Phalanx  Development
Public Types | Public Member Functions | Protected Attributes | List of all members
PHX::Tag< DataT > Class Template Reference

Typed Field Tag. More...

#include <Phalanx_FieldTag_Tag.hpp>

Inheritance diagram for PHX::Tag< DataT >:
Inheritance graph
[legend]
Collaboration diagram for PHX::Tag< DataT >:
Collaboration graph
[legend]

Public Types

typedef DataT value_type
 

Public Member Functions

 Tag (const std::string &name, const Teuchos::RCP< PHX::DataLayout > &dl)
 
Teuchos::RCP< FieldTagclone () const
 
void operator= (const PHX::Tag< DataT > &t)
 
bool operator== (const FieldTag &t) const
 
const std::string & name () const
 
const PHX::DataLayoutdataLayout () 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
 
- Public Member Functions inherited from PHX::FieldTag
virtual bool operator!= (const FieldTag &t) const
 

Protected Attributes

std::string m_name
 
Teuchos::RCP< PHX::DataLayoutm_data_layout
 

Detailed Description

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: