|
| MyParameterProgram (class Package *p, const std::string &code) |
|
| ParameterProgram (const std::string &s) |
|
| ParameterProgram (const ParameterProgram &other) |
|
| 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 | Stack = std::vector< int64_t > |
|
using | CommandHandler = std::optional< std::string >(ParameterProgram::*)(const TokenCommand &cmd) |
|
std::vector< int64_t > | stack |
|
◆ get_polygons()
std::map< UUID, Polygon > & horizon::Package::MyParameterProgram::get_polygons |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: