|
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 20 of file xml_data_types.cpp.
|
inline |
Definition at line 22 of file xml_data_types.cpp.
|
inline |
Definition at line 23 of file xml_data_types.cpp.
|
inline |
Definition at line 25 of file xml_data_types.cpp.
|
inline |
Definition at line 29 of file xml_data_types.cpp.
|
inline |
Definition at line 33 of file xml_data_types.cpp.
|
inline |
Definition at line 37 of file xml_data_types.cpp.
|
inline |
Definition at line 41 of file xml_data_types.cpp.
|
private |
Definition at line 46 of file xml_data_types.cpp.
|
private |
Definition at line 47 of file xml_data_types.cpp.
1.8.5