OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Namespaces | Typedefs
function.hpp File Reference
#include <vector>
#include "boost/function.hpp"
#include "boost/tuple/tuple.hpp"
#include "boost/variant/variant.hpp"
Include dependency graph for function.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 client
 
 client::function
 

Typedefs

typedef boost::variant< double,
bool, std::string > 
client::function::argument_t
 
typedef std::vector< argument_t > client::function::arguments_t
 
typedef boost::function
< boost::tuple< double, bool >
arguments_t)> 
client::function::type
 
typedef std::pair< std::string,
type > 
client::function::named_t