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