#include <vector>#include "semantic_id.h"Include dependency graph for id_vector.h:

Go to the source code of this file.
Typedefs | |
| typedef std::vector< SemanticID > | CSemanticIDVector |
| STL vector containing numeric semantic IDs. | |
| typedef CSemanticIDVector::iterator | CSemanticIDVector_i |
| Iterator for semantic ID STL vector. | |
| typedef CSemanticIDVector::const_iterator | CSemanticIDVector_ci |
| Const iterator for semantic ID STL vector. | |
Definition in file id_vector.h.
|
|
STL vector containing numeric semantic IDs.
Definition at line 30 of file id_vector.h. |
|
|
Const iterator for semantic ID STL vector.
Definition at line 36 of file id_vector.h. |
|
|
Iterator for semantic ID STL vector.
Definition at line 33 of file id_vector.h. |
1.3.3