OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
parameter.hpp File Reference
#include "ast.hpp"
#include "skipper.hpp"
#include "error_handler.hpp"
#include <boost/config/warning_disable.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/optional.hpp>
#include <list>
Include dependency graph for parameter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SDDS::parameter
struct  SDDS::parameter::complainUnsupported< A >
struct  SDDS::parameterList
struct  SDDS::parameterOrder< Iterator >
struct  SDDS::parameterOrder< Iterator >::result< typename, typename >

Namespaces

namespace  SDDS

Macros

#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
#define BOOST_SPIRIT_QI_DEBUG

Functions

std::ostream & SDDS::operator<< (std::ostream &out, const parameter &param)
 BOOST_FUSION_ADAPT_STRUCT (SDDS::parameter,(boost::optional< std::string >, name_m)(boost::optional< SDDS::ast::datatype >, type_m)(boost::optional< std::string >, units_m)(boost::optional< std::string >, description_m)(SDDS::ast::variant_t, value_m)) namespace SDDS

Class Documentation

◆ SDDS::parameterOrder::result

struct SDDS::parameterOrder::result
template<typename Iterator>
template<typename, typename>
struct SDDS::parameterOrder< Iterator >::result< typename, typename >

Definition at line 132 of file parameter.hpp.

Collaboration diagram for SDDS::parameterOrder< Iterator >::result< typename, typename >:
Class Members
typedef void type

Macro Definition Documentation

◆ BOOST_SPIRIT_NO_PREDEFINED_TERMINALS

#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS

Definition at line 31 of file parameter.hpp.

◆ BOOST_SPIRIT_QI_DEBUG

#define BOOST_SPIRIT_QI_DEBUG

Definition at line 32 of file parameter.hpp.

Function Documentation

◆ BOOST_FUSION_ADAPT_STRUCT()

BOOST_FUSION_ADAPT_STRUCT ( SDDS::parameter ,
(boost::optional< std::string >, name_m)(boost::optional< SDDS::ast::datatype >, type_m)(boost::optional< std::string >, units_m)(boost::optional< std::string >, description_m)(SDDS::ast::variant_t, value_m)  )

Definition at line 151 of file parameter.hpp.

References units.