FTQuant  0.1
Public Member Functions | List of all members
Command Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Command() [1/2]

Command::Command ( )
inline

Definition at line 105 of file SyntaxParser.hpp.

◆ Command() [2/2]

Command::Command ( std::string  com)

Definition at line 27 of file SyntaxParser.cpp.

References is_double().

Member Function Documentation

◆ code()

int Command::code ( ) const

Definition at line 76 of file SyntaxParser.cpp.

Referenced by TEST().

◆ to_json()

std::string Command::to_json ( ) const

Definition at line 17 of file SyntaxParser.cpp.

Referenced by main(), and TEST().


The documentation for this class was generated from the following files: