FTQuant
0.1
|
Container for the commands Class contains the parsed command. More...
#include <SyntaxParser.hpp>
Public Member Functions | |
Command () | |
Command (std::string com) | |
int | code () const |
std::string | to_json () const |
Container for the commands Class contains the parsed command.
It is possible to create Command from string, execute command, print command and create json from it.
Definition at line 97 of file SyntaxParser.hpp.
|
inline |
Definition at line 105 of file SyntaxParser.hpp.
Command::Command | ( | std::string | com | ) |
Definition at line 27 of file SyntaxParser.cpp.
References is_double().
int Command::code | ( | ) | const |
Definition at line 76 of file SyntaxParser.cpp.
Referenced by TEST().
std::string Command::to_json | ( | ) | const |
Definition at line 17 of file SyntaxParser.cpp.