Auxiliary data store for standalone objects. More...
#include <AuxStoreStandalone.h>
Public Member Functions | |
| AuxStoreStandalone () | |
| Constructor. | |
Auxiliary data store for standalone objects.
This is a variant of AuxStoreInternal (from which it derives), meant to be used with standalone objects. (That is, objects that have aux data but are not in a container; this includes objects with a private store.)
The difference from AuxStoreInternal is what we return for the IAuxStoreIO methods. For getIOData, we return a pointer to the start of the vector data, rather than the vector itself; and for getIOType, we return the type itself rather than the vector type.
1.6.1