FTQuant  0.1
Classes | Functions
SyntaxParser.hpp File Reference
#include <ftqlib.hpp>
#include <algorithm>
#include <fstream>
#include <iostream>
#include <map>
#include <sstream>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for SyntaxParser.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ is_double()

bool is_double ( const std::string &  str)

@function is_double

Parameters
str

Definition at line 10 of file SyntaxParser.cpp.

Referenced by Command::Command(), read2DFromFile(), and readStocksFromFile().