OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#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>
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 | |
SDDS | |
Macros | |
#define | BOOST_SPIRIT_NO_PREDEFINED_TERMINALS |
#define | BOOST_SPIRIT_QI_DEBUG |
Functions | |
std::ostream & | SDDS::operator<< (std::ostream &out, const parameter ¶m) |
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 | |
#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS |
Definition at line 31 of file parameter.hpp.
#define BOOST_SPIRIT_QI_DEBUG |
Definition at line 32 of file parameter.hpp.
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.