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

Vector of ID numbers. More...

#include <dcfg_api.H>

Inheritance diagram for dcfg_api::DCFG_ID_VECTOR:
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::vector< T >
elements
 STL member.
 

Detailed Description

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.

Member Function Documentation

virtual void dcfg_api::DCFG_ID_VECTOR::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: