|
| AttributeVector (size_t size=0, ITEM item=ITEM()) |
| Construct from optional size and item.
|
|
const ITEM & | get (ITEMID ID) const |
| const reference to item given by ID
|
|
ITEM & | get (ITEMID ID) |
| reference to item given by ID
|
|
const ITEM & | operator[] (ITEMID ID) const |
| const reference to item given by ID
|
|
ITEM & | operator[] (ITEMID ID) |
| reference to item given by ID
|
|
size_t | size () const |
|
void | garbage_collect (const std::vector< ITEMID > &ids, ITEM item=ITEM()) |
|
The documentation for this class was generated from the following file: