Typed Field Tag.
More...
#include <Phalanx_FieldTag_Tag.hpp>
|
| 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 |
|
virtual bool | operator!= (const FieldTag &t) const |
|
template<typename DataT>
class PHX::Tag< DataT >
Typed Field Tag.
This class is a concrete implementation of the FieldTag base class that is templated on the data type to determine type information.
The documentation for this class was generated from the following files:
- Phalanx_FieldTag_Tag.hpp
- Phalanx_FieldTag_Tag_Def.hpp