#include <Phalanx_FieldTag_Tag.hpp>


Public Types | |
| typedef DataT | value_type |
Public Member Functions | |
| Tag (const std::string &name, const Teuchos::RCP< PHX::DataLayout > &dl) | |
| Teuchos::RCP< FieldTag > | clone () const |
| void | operator= (const PHX::Tag< DataT > &t) |
| bool | operator== (const FieldTag &t) const |
| const std::string & | name () const |
| const PHX::DataLayout & | dataLayout () const |
| const std::type_info & | dataTypeInfo () const |
| const std::string | identifier () const |
| Unique name identifier that can be used for strict weak ordering in stl std::map keys. | |
| void | print (std::ostream &os) const |
Protected Attributes | |
| std::string | m_name |
| Teuchos::RCP< PHX::DataLayout > | m_data_layout |
This class is a concrete implementation of the FieldTag base class that is templated on the data type to determine type information.
1.7.6.1