OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
Typedefs | |
typedef boost::variant< double, bool, std::string > | argument_t |
typedef std::vector< argument_t > | arguments_t |
typedef boost::function< boost::tuple< double, bool >(arguments_t)> | type |
typedef std::pair< std::string, type > | named_t |
typedef boost::variant< double , bool , std::string > client::function::argument_t |
Definition at line 17 of file function.hpp.
typedef std::vector<argument_t> client::function::arguments_t |
Definition at line 19 of file function.hpp.
typedef std::pair<std::string, type> client::function::named_t |
Definition at line 23 of file function.hpp.
typedef boost::function<boost::tuple<double, bool>(arguments_t)> client::function::type |
Definition at line 21 of file function.hpp.