Set 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 | |
![]() | |
K | keys |
STL member. | |
Set of ID numbers.
This is an example of a DCFG_ID_CONTAINER implementation based on an STL set
. This is useful for iterating through the added IDs in numerical order and checking whether a certain ID exists.
|
inlinevirtual |
Add one ID to the container.
All concrete implementations must define this method.
Implements dcfg_api::DCFG_ID_CONTAINER.