OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
description.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 dependency graph for description.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SDDS::description

Namespaces

namespace  SDDS

Macros

#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
#define BOOST_SPIRIT_QI_DEBUG

Functions

std::ostream & SDDS::operator<< (std::ostream &out, const description &desc)
 BOOST_FUSION_ADAPT_STRUCT (SDDS::description,(boost::optional< std::string >, text_m)(boost::optional< std::string >, content_m)) namespace SDDS

Class Documentation

◆ SDDS::description

struct SDDS::description

Definition at line 33 of file description.hpp.

Collaboration diagram for SDDS::description:
Class Members
optional< string > content_m
optional< string > text_m

Macro Definition Documentation

◆ BOOST_SPIRIT_NO_PREDEFINED_TERMINALS

#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS

Definition at line 29 of file description.hpp.

◆ BOOST_SPIRIT_QI_DEBUG

#define BOOST_SPIRIT_QI_DEBUG

Definition at line 30 of file description.hpp.

Function Documentation

◆ BOOST_FUSION_ADAPT_STRUCT()

BOOST_FUSION_ADAPT_STRUCT ( SDDS::description ,
(boost::optional< std::string >, text_m)(boost::optional< std::string >, content_m)  )

Definition at line 47 of file description.hpp.