DCFG
Dynamic Control Flow Graph
 All Classes Functions
Public Member Functions | List of all members
dcfg_api::DCFG_ID_SET Class Reference

Set of ID numbers. More...

#include <dcfg_api.H>

Inheritance diagram for dcfg_api::DCFG_ID_SET:
dcfg_api::DCFG_ID_CONTAINER

Public Member Functions

virtual void add_id (DCFG_ID id)
 Add one ID to the container.
 

Additional Inherited Members

- Public Attributes inherited from std::set< K >
keys
 STL member.
 

Detailed Description

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.

Member Function Documentation

virtual void dcfg_api::DCFG_ID_SET::add_id ( DCFG_ID  id)
inlinevirtual

Add one ID to the container.

All concrete implementations must define this method.

Implements dcfg_api::DCFG_ID_CONTAINER.


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