|
Sparksee
6.0.2
|
Sparksee type identifier list. More...
Public Member Functions | |
| int32_t | Count () const |
| Number of elements in the list. More... | |
| TypeListIterator * | Iterator () |
| Gets a new TypeListIterator. More... | |
| TypeList () | |
| Constructor. More... | |
| TypeList (const std::vector< type_t > &v) | |
| Constructor. More... | |
| void | Add (type_t type) |
| Adds a Sparksee type identifier at the end of the list. More... | |
| void | Clear () |
| Clears the list. | |
| ~TypeList () | |
| Destructor. | |
Sparksee type identifier list.
It stores a Sparksee node or edge type identifier list.
Use TypeListIterator to access all elements into this collection.
| TypeList::TypeList | ( | ) |
Constructor.
This creates an empty list.
| TypeList::TypeList | ( | const std::vector< type_t > & | v | ) |
Constructor.
| v | [in] Vector. |
|
inline |
|
inline |
Number of elements in the list.
| TypeListIterator* TypeList::Iterator | ( | ) |
Gets a new TypeListIterator.