Internal data container. More...
Public Member Functions | |
| virtual size_t | size_v () const |
| Return the size of the container. | |
| virtual size_t | capacity_v () const |
| Return the capacity of the container. | |
Internal data container.
If an object has a private or standalone data store, its container is set to point to an instance of this.
| virtual size_t SG::AuxElementData::capacity_v | ( | ) | const [inline, virtual] |
Return the capacity of the container.
This is used when we need to create a new aux data vector.
Implements SG::AuxVectorData.
| virtual size_t SG::AuxElementData::size_v | ( | ) | const [inline, virtual] |
Return the size of the container.
This is used when we need to create a new aux data vector.
Implements SG::AuxVectorData.
1.6.1