Vector of ID numbers. More...
#include <dcfg_api.H>
Public Member Functions | |
virtual void | add_id (DCFG_ID id) |
Add one ID to the container. | |
Additional Inherited Members | |
![]() | |
T | elements |
STL member. | |
Vector of ID numbers.
This is an example of a DCFG_ID_CONTAINER implementation based on an STL vector
. This is useful when it is important to maintain the order in which elements are added.
|
inlinevirtual |
Add one ID to the container.
All concrete implementations must define this method.
Implements dcfg_api::DCFG_ID_CONTAINER.