Public Member Functions | Private Member Functions | Private Attributes

LCM::FieldNameMap Class Reference

#include <FieldNameMap.hpp>

List of all members.

Public Member Functions

 FieldNameMap (bool surface_flag)
 Constructor.
virtual ~FieldNameMap ()
 Destructor.
Teuchos::RCP< std::map
< std::string, std::string > > 
getMap ()
 Return the map.

Private Member Functions

 FieldNameMap ()
 Private and unimplemented.
 FieldNameMap (const FieldNameMap &)
 Private to prohibit copying.
FieldNameMapoperator= (const FieldNameMap &)
 Private to prohibit copying.

Private Attributes

Teuchos::RCP< std::map
< std::string, std::string > > 
field_name_map_
 Map data variable.

Detailed Description

Definition at line 14 of file FieldNameMap.hpp.


Constructor & Destructor Documentation

LCM::FieldNameMap::FieldNameMap ( bool  surface_flag  ) 

Constructor.

Definition at line 12 of file FieldNameMap.cpp.

LCM::FieldNameMap::~FieldNameMap (  )  [virtual]

Destructor.

Definition at line 76 of file FieldNameMap.cpp.

LCM::FieldNameMap::FieldNameMap (  )  [private]

Private and unimplemented.

LCM::FieldNameMap::FieldNameMap ( const FieldNameMap  )  [private]

Private to prohibit copying.


Member Function Documentation

Teuchos::RCP<std::map<std::string, std::string> > LCM::FieldNameMap::getMap (  )  [inline]

Return the map.

Definition at line 31 of file FieldNameMap.hpp.

FieldNameMap& LCM::FieldNameMap::operator= ( const FieldNameMap  )  [private]

Private to prohibit copying.


Member Data Documentation

Teuchos::RCP<std::map<std::string, std::string> > LCM::FieldNameMap::field_name_map_ [private]

Map data variable.

Definition at line 52 of file FieldNameMap.hpp.


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