FTQuant
0.1
|
#include <ftqlib.hpp>
#include <algorithm>
#include <fstream>
#include <iostream>
#include <map>
#include <sstream>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
Classes | |
class | Command |
Container for the commands Class contains the parsed command. More... | |
class | Execution |
Functions | |
bool | is_double (const std::string &str) |
@function is_double More... | |
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().