OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Typedefs
client::function Namespace Reference

Typedefs

typedef boost::variant< double, bool, std::string > argument_t
 
typedef std::vector< argument_targuments_t
 
typedef boost::function< boost::tuple< double, bool >(arguments_t)> type
 
typedef std::pair< std::string, typenamed_t
 

Typedef Documentation

◆ argument_t

typedef boost::variant< double , bool , std::string > client::function::argument_t

Definition at line 17 of file function.hpp.

◆ arguments_t

Definition at line 19 of file function.hpp.

◆ named_t

typedef std::pair<std::string, type> client::function::named_t

Definition at line 23 of file function.hpp.

◆ type

typedef boost::function<boost::tuple<double, bool>(arguments_t)> client::function::type

Definition at line 21 of file function.hpp.