|
Sierra Toolkit
Version of the Day
|
Property base class with an anonymous data type and anonymous multi-dimension. More...
#include <PropertyBase.hpp>

Public Member Functions | |
| MetaData & | mesh_meta_data () const |
| unsigned | mesh_meta_data_ordinal () const |
| Internally generated ordinal of this property that is unique within the owning meta data manager. | |
| const std::string & | name () const |
| Application-defined text name of this property. | |
| template<class DataType > | |
| bool | type_is () const |
| Query if the scalar type is DataType. | |
| unsigned | size () const |
| Query number of members, if an array. | |
| template<typename DataType > | |
| Property< DataType > * | property () |
| Type-checked cast to property with members of the given type. | |
| template<typename DataType > | |
| const Property< DataType > * | property () const |
| Type-checked cast to property with members of the given type. | |
Property base class with an anonymous data type and anonymous multi-dimension.
Definition at line 30 of file PropertyBase.hpp.