|
Public Member Functions |
| | Trilinos_Util_Map () |
| virtual | ~Trilinos_Util_Map () |
|
| virtual int | Get (const string input, const int def_value) |
| | Gets the value of the specified option as an integer. If not found, returns the specified default value.
|
| virtual double | Get (const string input, const double def_value) |
| | Gets the value of the specified option as a double. If not found, returns the specified default value.
|
| virtual string | Get (const string input, const string def_value) |
| | Gets the value of the specified option as a string. If not found, returns the specified default value.
|
| virtual bool | Set (const string input, const char *value) |
| | Modify the value of a database entry.
|
| virtual bool | Set (const string input, const string value) |
| virtual bool | Set (const string input, const int value) |
| virtual bool | Set (const string input, const double value) |
| virtual bool | Add (const string input, const string value) |
| | Add an entry to the databse.
|
| bool | SetLabel (string Label) |
| string | GetLabel (string Label) |
|
| virtual bool | Has (const string input) |
| | Check wheter an option is in the database or not.
|
|
| virtual void | ShowAll () const |
| | Show all the databse entries.
|
| virtual void | ShowReallyAll () const |
| | Show all the databse entries, including entries beginning with "_".
|
| virtual void | Reset (void) |
Friends |
|
| ostream & | operator<< (ostream &os, const Trilinos_Util_Map &S) |