|
std::pair< bool, std::string > | put_i (const TokenCommand *cmd, std::deque< int64_t > &stack) |
|
ParameterProgram::CommandHandler | get_command (const std::string &cmd) override |
|
|
| ParameterProgram (const std::string &s) |
|
| ParameterProgram (const ParameterProgram &other) |
|
ParameterProgram & | operator= (const ParameterProgram &other) |
|
std::pair< bool, std::string > | get_init_error () |
|
const std::string & | get_code () const |
|
std::pair< bool, std::string > | set_code (const std::string &s) |
|
std::pair< bool, std::string > | run (const ParameterSet &pset={}) |
|
static bool | stack_pop (std::deque< int64_t > &stack, int64_t &va) |
|
using | CommandHandler = std::function< std::pair< bool, std::string >(const TokenCommand *cmd, std::deque< int64_t > &stack)> |
|
The documentation for this class was generated from the following file:
- src/pgm-test/pgm-test.cpp