libassa 3.5.1
|
Repository class is a template class to hold a collection of similar objects. More...
#include <vector>
Go to the source code of this file.
Classes | |
class | ASSA::Repository< T > |
Namespaces | |
namespace | ASSA |
Repository class is a template class to hold a collection of similar objects.
It is typically used to hold references dynamically created ServiceHandlers. Repository doesn't manage references it holds. It is only used for the purposes of sending a signal to all elements of the Repository collectively.
Definition in file Repository.h.