Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
CustomDataType Class Reference

Public Member Functions

 CustomDataType ()
 
 CustomDataType (int theInt, std::string theString)
 
void setInt (int theInt)
 
void setString (std::string theString)
 
int getInt () const
 
std::string getString () const
 
bool operator== (const CustomDataType &other) const
 

Private Attributes

int _theInt
 
std::string _theString
 

Detailed Description

Definition at line 54 of file xml_data_types.cpp.

Constructor & Destructor Documentation

CustomDataType::CustomDataType ( )
inline

Definition at line 56 of file xml_data_types.cpp.

CustomDataType::CustomDataType ( int  theInt,
std::string  theString 
)
inline

Definition at line 57 of file xml_data_types.cpp.

Member Function Documentation

void CustomDataType::setInt ( int  theInt)
inline

Definition at line 59 of file xml_data_types.cpp.

void CustomDataType::setString ( std::string  theString)
inline

Definition at line 63 of file xml_data_types.cpp.

int CustomDataType::getInt ( ) const
inline

Definition at line 67 of file xml_data_types.cpp.

std::string CustomDataType::getString ( ) const
inline

Definition at line 71 of file xml_data_types.cpp.

bool CustomDataType::operator== ( const CustomDataType other) const
inline

Definition at line 75 of file xml_data_types.cpp.

Member Data Documentation

int CustomDataType::_theInt
private

Definition at line 80 of file xml_data_types.cpp.

std::string CustomDataType::_theString
private

Definition at line 81 of file xml_data_types.cpp.


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