FTQuant  0.1
Functions
SyntaxParser.cpp File Reference

This file contains the implementation of the SyntaxParser methods. More...

#include <SyntaxParser.hpp>
Include dependency graph for SyntaxParser.cpp:

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)
 

Detailed Description

This file contains the implementation of the SyntaxParser methods.

Implementation of SyntaxParser class.

See also
SyntaxParser
tests/u_SyntaxParser.cpp

Definition in file SyntaxParser.cpp.

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

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Command C 
)

Definition at line 375 of file SyntaxParser.cpp.

◆ read2DFromFile()

std::vector<std::vector<double> > read2DFromFile ( std::string  fname)

Definition at line 104 of file SyntaxParser.cpp.

References is_double().

Referenced by Execution::execute().

◆ readStocksFromFile()

std::vector<double> readStocksFromFile ( std::string  fname)

Definition at line 80 of file SyntaxParser.cpp.

References is_double().

Referenced by Execution::execute().