![]() |
QMCPACK
|
Include dependency graph for SimpleParser.cpp:Go to the source code of this file.
Functions | |
| char * | readLine (char *s, int max, std::istream &fp) |
| unsigned | parsewords (const char *inbuf, std::vector< std::string > &slist, const std::string &extra_tokens) |
| unsigned | parsewords (const char *inbuf, std::list< std::string > &slist) |
| int | getwords (std::vector< std::string > &slist, std::istream &fp, std::string &aline) |
| int | getwords (std::vector< std::string > &slist, std::istream &fp, int dummy, const std::string &extra_tokens) |
| int | getwordsWithMergedNumbers (std::vector< std::string > &slist, std::istream &fp, int dummy, const std::string &extra_tokens) |
| void | readXmol (std::istream &fxmol, double *data, int numvar) |
| int | getwords (std::vector< std::string > &slist, std::istream &fpos, const char *field, const char *terminate) |
| unsigned | parseXwords (const char *inbuf, std::vector< std::string > &slist) |
| int | getXwords (std::vector< std::string > &slist, std::istream &fp) |
| int getwords | ( | std::vector< std::string > & | slist, |
| std::istream & | fp, | ||
| std::string & | aline | ||
| ) |
Definition at line 100 of file SimpleParser.cpp.
References parsewords(), readLine(), and qmcplusplus::Units::time::s.
Referenced by GamesAsciiParser::getCI(), DiracParser::getCOSCI(), GamesAsciiParser::getCSF(), QPParser::getGaussianCenters(), GamesAsciiParser::getGaussianCenters(), DiracParser::getGaussianCenters(), QPParser::getGeometry(), GamesAsciiParser::getGeometry(), DiracParser::getGeometry(), QPParser::getMO(), GamesAsciiParser::getMO(), QPParser::getMO_single_set(), GamesAsciiParser::getMO_single_set(), GamesAsciiParser::getORMAS(), QPParser::getQPCI(), DiracParser::getSpinors(), getwords(), main(), GaussianFCHKParser::parse(), QPParser::parse(), DiracParser::parse(), DiracParser::parseCOSCIOrbInfo(), readXmol(), and qmcplusplus::TEST_CASE().
| int getwords | ( | std::vector< std::string > & | slist, |
| std::istream & | fp, | ||
| int | dummy, | ||
| const std::string & | extra_tokens | ||
| ) |
Definition at line 117 of file SimpleParser.cpp.
References parsewords(), readLine(), and qmcplusplus::Units::time::s.
| int getwords | ( | std::vector< std::string > & | slist, |
| std::istream & | fpos, | ||
| const char * | field, | ||
| const char * | terminate | ||
| ) |
Definition at line 179 of file SimpleParser.cpp.
References getwords().
| int getwordsWithMergedNumbers | ( | std::vector< std::string > & | slist, |
| std::istream & | fp, | ||
| int | dummy, | ||
| const std::string & | extra_tokens | ||
| ) |
Definition at line 132 of file SimpleParser.cpp.
References parsewords(), readLine(), and qmcplusplus::Units::time::s.
Referenced by GamesAsciiParser::getMO_single_set(), and qmcplusplus::TEST_CASE().
| int getXwords | ( | std::vector< std::string > & | slist, |
| std::istream & | fp | ||
| ) |
Definition at line 218 of file SimpleParser.cpp.
References parseXwords(), readLine(), and qmcplusplus::Units::time::s.
| unsigned parsewords | ( | const char * | inbuf, |
| std::vector< std::string > & | slist, | ||
| const std::string & | extra_tokens | ||
| ) |
Definition at line 66 of file SimpleParser.cpp.
Referenced by DiracParser::getCOSCI(), DiracParser::getGaussianCenters(), DiracParser::getGeometry(), GamesAsciiParser::getORMAS(), DiracParser::getSpinors(), getwords(), getwordsWithMergedNumbers(), PairCorrEstimator::PairCorrEstimator(), GaussianFCHKParser::parse(), QPParser::parse(), GamesAsciiParser::parse(), DiracParser::parse(), DiracParser::parseCOSCIOrbInfo(), and qmcplusplus::TEST_CASE().
| unsigned parsewords | ( | const char * | inbuf, |
| std::list< std::string > & | slist | ||
| ) |
Definition at line 84 of file SimpleParser.cpp.
| unsigned parseXwords | ( | const char * | inbuf, |
| std::vector< std::string > & | slist | ||
| ) |
| char* readLine | ( | char * | s, |
| int | max, | ||
| std::istream & | fp | ||
| ) |
Definition at line 28 of file SimpleParser.cpp.
References qmcplusplus::Units::time::s.
Referenced by getwords(), getwordsWithMergedNumbers(), getXwords(), and qmcplusplus::TEST_CASE().
| void readXmol | ( | std::istream & | fxmol, |
| double * | data, | ||
| int | numvar | ||
| ) |
Definition at line 153 of file SimpleParser.cpp.
References getwords().