Structure::GetBaseStructureType
Defined in:
Returns the base structure type.
TSOpenDDL.h
Prototype
StructureType GetBaseStructureType(void) const;
Description
The GetBaseStructureType
function returns the base structure type representing a more general classification than the type returned by the Structure::GetStructureType
function. By default, the base structure type is simply the value zero, but a subclass of the Structure
class may set the base structure type to any value it wants by calling the Structure::SetBaseStructureType
function.The base structure type for all built-in primitive data structures derived from the
PrimitiveStructure
class is kStructurePrimitive
.
See Also