Sierra Toolkit  Version of the Day
stk_classic::mesh::Property< void > Class Template Reference

Property base class with an anonymous data type and anonymous multi-dimension. More...

#include <PropertyBase.hpp>

Inheritance diagram for stk_classic::mesh::Property< void >:

Public Member Functions

MetaDatamesh_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.
 

Detailed Description

template<>
class stk_classic::mesh::Property< void >

Property base class with an anonymous data type and anonymous multi-dimension.

Definition at line 30 of file PropertyBase.hpp.


The documentation for this class was generated from the following file: