OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
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

namespace  client
namespace  client::function

Typedefs

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