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