Phalanx Development
|
Public Member Functions | |
virtual Teuchos::RCP< FieldTag > | clone () const =0 |
virtual bool | operator== (const FieldTag &t) const =0 |
virtual bool | operator!= (const FieldTag &t) const |
virtual const std::string & | name () const =0 |
virtual const PHX::DataLayout & | dataLayout () const =0 |
virtual PHX::DataLayout & | nonConstDataLayout ()=0 |
virtual const std::type_info & | dataTypeInfo () const =0 |
virtual const std::string | identifier () const =0 |
Unique name identifier that can be used for strict weak ordering in stl std::map keys. | |
virtual void | print (std::ostream &os) const =0 |
Unique name identifier that can be used for strict weak ordering in stl std::map keys.
Implemented in PHX::Tag< DataT >.