FiReS  0.2.0
FiReS - Filter, Retrieval and Search
fires::Objects Class Reference

Simple class used as a container of objects based on std::vector. More...

#include <Objects.h>

+ Inheritance diagram for fires::Objects:
+ Collaboration diagram for fires::Objects:

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)
 

Detailed Description

Simple class used as a container of objects based on std::vector.

Definition at line 35 of file Objects.h.

Member Function Documentation

void fires::Objects::add ( Object object)

Add an object to the container.

Parameters
objectpointer to the object to be added

The documentation for this class was generated from the following file: