Definition in file APPSPACK_Utils.hpp.#include "APPSPACK_Common.hpp"
#include "APPSPACK_Parameter_List.hpp"
Include dependency graph for APPSPACK_Utils.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | APPSPACK |
Functions | |
bool | getNextQuotedString (const string &line, string::size_type &pos, string &value) |
bool | getNextString (const string &line, string::size_type &pos, string &value) |
bool | getNextDouble (const string &line, string::size_type &pos, double &value) |
bool | getNextInt (const string &line, string::size_type &pos, int &value) |
bool | parseTextInputFile (const string filename, Parameter::List ¶ms) |
Parse an APPSPACK input file and store the data in the given parameter list. | |
bool | processTextInputFileLine (const string &line, Parameter::List ¶ms, Parameter::List *&subPtr) |
Process a single line of the text input file. | |
Vector | createZeroVector (int n) |
Create a zero Vector of size n. |
|
Get the next quoted string on the given line, starting at position pos.
Referenced by APPSPACK::processTextInputFileLine(). |
|
Get the next string on the given line, starting at position pos.
Referenced by APPSPACK::getNextDouble(), APPSPACK::getNextInt(), APPSPACK::Cache::Manager::processInputLine(), and APPSPACK::processTextInputFileLine(). |
|
Get the next string on the given line, starting at position pos, and convert it to a double.
References APPSPACK::getNextString(). Referenced by APPSPACK::Cache::Manager::processInputLine(), APPSPACK::processTextInputFileLine(), and APPSPACK::Evaluator::SystemCall::readOutputFile(). |
|
Get the next string on the given line, starting at position pos, and convert it to a int.
References APPSPACK::getNextString(). Referenced by APPSPACK::processTextInputFileLine(). |
|
Parse an APPSPACK input file and store the data in the given parameter list.
References APPSPACK::processTextInputFileLine(). Referenced by main(). |
|
Process a single line of the text input file. Definition at line 140 of file APPSPACK_Utils.cpp. References APPSPACK::getNextDouble(), APPSPACK::getNextInt(), APPSPACK::getNextQuotedString(), APPSPACK::getNextString(), APPSPACK::Parameter::List::setParameter(), APPSPACK::Value::setValueTo(), APPSPACK::Parameter::List::sublist(), and APPSPACK::Vector. Referenced by APPSPACK::parseTextInputFile(). |
|
Create a zero Vector of size n. Definition at line 397 of file APPSPACK_Utils.cpp. References APPSPACK::Vector. Referenced by APPSPACK::Directions::Directions(). |
© Sandia Corporation | Site Contact | Privacy and Security
Generated on Wed Dec 14 18:41:05 2005 for APPSPACK 4.0.2 by
1.3.8 written by Dimitri van Heesch,
© 1997-2002