|
Sparksee
6.0.2
|
Sparksee object identifier list. More...
Public Member Functions | |
| int32_t | Count () const |
| Number of elements in the list. More... | |
| OIDListIterator * | Iterator () |
| Gets a new OIDListIterator. More... | |
| OIDList () | |
| Constructor. More... | |
| OIDList (int32_t numInvalidOIDs) | |
| Constructor. More... | |
| OIDList (const std::vector< oid_t > &v) | |
| Constructor. More... | |
| ~OIDList () | |
| Destructor. | |
| void | Add (oid_t attr) |
| Adds a Sparksee object identifier at the end of the list. More... | |
| void | Set (int32_t pos, oid_t oid) |
| Sets a Sparksee object identifier at the specified position of the list. More... | |
| void | Clear () |
| Clears the list. | |
Sparksee object identifier list.
It stores a Sparksee object identifier list.
Use OIDListIterator to access all elements into this collection.
| OIDList::OIDList | ( | ) |
Constructor.
This creates an empty list.
| OIDList::OIDList | ( | int32_t | numInvalidOIDs | ) |
Constructor.
This creates a list with N invalid oids.
| numInvalidOIDs | [in] The number of invalid oids added to the list. |
| OIDList::OIDList | ( | const std::vector< oid_t > & | v | ) |
Constructor.
| v | [in] Vector. |
|
inline |
|
inline |
Number of elements in the list.
| OIDListIterator* OIDList::Iterator | ( | ) |
Gets a new OIDListIterator.