FTQuant
0.1
|
This file contains the implementation of the SyntaxParser methods. More...
#include <SyntaxParser.hpp>
Go to the source code of this file.
Functions | |
bool | is_double (const std::string &str) |
@function is_double More... | |
std::vector< double > | readStocksFromFile (std::string fname) |
std::vector< std::vector< double > > | read2DFromFile (std::string fname) |
std::ostream & | operator<< (std::ostream &os, const Command &C) |
This file contains the implementation of the SyntaxParser methods.
Implementation of SyntaxParser class.
Definition in file SyntaxParser.cpp.
bool is_double | ( | const std::string & | str | ) |
@function is_double
str |
Definition at line 10 of file SyntaxParser.cpp.
Referenced by Command::Command(), read2DFromFile(), and readStocksFromFile().
std::ostream& operator<< | ( | std::ostream & | os, |
const Command & | C | ||
) |
Definition at line 375 of file SyntaxParser.cpp.
std::vector<std::vector<double> > read2DFromFile | ( | std::string | fname | ) |
Definition at line 104 of file SyntaxParser.cpp.
References is_double().
Referenced by Execution::execute().
std::vector<double> readStocksFromFile | ( | std::string | fname | ) |
Definition at line 80 of file SyntaxParser.cpp.
References is_double().
Referenced by Execution::execute().