Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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 |
Definition at line 54 of file xml_data_types.cpp.
|
inline |
Definition at line 56 of file xml_data_types.cpp.
|
inline |
Definition at line 57 of file xml_data_types.cpp.
|
inline |
Definition at line 59 of file xml_data_types.cpp.
|
inline |
Definition at line 63 of file xml_data_types.cpp.
|
inline |
Definition at line 67 of file xml_data_types.cpp.
|
inline |
Definition at line 71 of file xml_data_types.cpp.
|
inline |
Definition at line 75 of file xml_data_types.cpp.
|
private |
Definition at line 80 of file xml_data_types.cpp.
|
private |
Definition at line 81 of file xml_data_types.cpp.