|
TriUtils Development
|
#include <Trilinos_Util_CommandLineParser.h>


Public Member Functions | |
| 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[]) |
| Public Member Functions inherited from Trilinos_Util_Map | |
| 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. | |
| 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. | |
| 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. | |
| virtual bool | Set (const std::string input, const char *value) |
| Modify the value of a database entry. | |
| 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. | |
| bool | SetLabel (std::string Label) |
| std::string | GetLabel (std::string) |
| virtual bool | Has (const std::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) |
| Trilinos_Util::InputFileReader::InputFileReader | ( | const char | FileName[] | ) |
| Trilinos_Util::InputFileReader::~InputFileReader | ( | ) |
References Trilinos_Util_Map::Reset().
|
virtual |
|
virtual |
References Trilinos_Util_Map::Set().
|
virtual |
|
virtual |
|
virtual |