17INLINE PhysicsObjectCollection::
18~PhysicsObjectCollection() {
34operator + (
const PhysicsObjectCollection &other)
const {
35 PhysicsObjectCollection a(*
this);
void operator+=(const PhysicsObjectCollection &other)
Appends the other list onto the end of this one.
PhysicsObjectCollection operator+(const PhysicsObjectCollection &other) const
Returns a PhysicsObjectCollection representing the concatenation of the two lists.
void add_physics_objects_from(const PhysicsObjectCollection &other)
Adds all the PhysicsObjects indicated in the other collection to this collection.