OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
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,
type
named_t
 

Typedef Documentation

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

Definition at line 17 of file function.hpp.

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.