OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Namespaces | Macros | Functions
column.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 <vector>
Include dependency graph for column.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SDDS::column
 
struct  SDDS::column::complainUnsupported< A >
 
struct  SDDS::columnList
 
struct  SDDS::columnOrder< Iterator >
 
struct  SDDS::columnOrder< 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 column &col)
 
 BOOST_FUSION_ADAPT_STRUCT (SDDS::column,(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
 

Macro Definition Documentation

#define BOOST_SPIRIT_NO_PREDEFINED_TERMINALS

Class documentation

Definition at line 23 of file column.hpp.

#define BOOST_SPIRIT_QI_DEBUG

Definition at line 24 of file column.hpp.

Function Documentation

BOOST_FUSION_ADAPT_STRUCT ( SDDS::column  ,
(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 173 of file column.hpp.