FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Simple class used as a container of objects based on std::vector. More...
#include <Objects.h>
Public Member Functions | |
void | add (Object *object) |
Add an object to the container. More... | |
void | del (Object *object) |
void | addList (std::initializer_list< Object * > objects) |
void | clearAdds (std::initializer_list< Object * > objects) |
Simple class used as a container of objects based on std::vector.
void fires::Objects::add | ( | Object * | object | ) |
Add an object to the container.
object | pointer to the object to be added |