|
| | InputFileReader (const char FileName[]) |
| |
| | ~InputFileReader () |
| |
| virtual std::string | GetFileName (void) const |
| |
| virtual void | SetCommentChars (const std::string c) |
| |
| virtual void | SetSeparationChars (const std::string c) |
| |
| virtual int | ReadFile () |
| |
| virtual int | ReadFile (const char FileName[]) |
| |
| | Trilinos_Util_Map () |
| |
| virtual | ~Trilinos_Util_Map () |
| |
| virtual int | Get (const std::string input, const int def_value) |
| | Gets the value of the specified option as an integer. If not found, returns the specified default value. More...
|
| |
| virtual double | Get (const std::string input, const double def_value) |
| | Gets the value of the specified option as a double. If not found, returns the specified default value. More...
|
| |
| virtual std::string | Get (const std::string input, const std::string def_value) |
| | Gets the value of the specified option as a std::string. If not found, returns the specified default value. More...
|
| |
| virtual bool | Set (const std::string input, const char *value) |
| | Modify the value of a database entry. More...
|
| |
| virtual bool | Set (const std::string input, const std::string value) |
| |
| virtual bool | Set (const std::string input, const int value) |
| |
| virtual bool | Set (const std::string input, const double value) |
| |
| virtual bool | Add (const std::string input, const std::string value) |
| | Add an entry to the databse. More...
|
| |
| bool | SetLabel (std::string Label) |
| |
| std::string | GetLabel (std::string Label) |
| |
| virtual bool | Has (const std::string input) |
| | Check wheter an option is in the database or not. More...
|
| |
| virtual void | ShowAll () const |
| | Show all the databse entries. More...
|
| |
| virtual void | ShowReallyAll () const |
| | Show all the databse entries, including entries beginning with "_". More...
|
| |
| virtual void | Reset (void) |
| |