OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
SDDS Namespace Reference

Namespaces

namespace  parser
namespace  ast

Classes

class  SDDSParser
struct  array
struct  arrayList
struct  associate
struct  associateList
struct  column
struct  columnList
struct  columnOrder
struct  data
struct  description
struct  error_handler
struct  file
struct  include
struct  includeList
struct  parameter
struct  parameterList
struct  parameterOrder
struct  version

Functions

std::ostream & operator<< (std::ostream &out, const array &)
std::ostream & operator<< (std::ostream &out, const associate &)
std::ostream & operator<< (std::ostream &out, const column &col)
std::ostream & operator<< (std::ostream &out, const data &data_)
std::ostream & operator<< (std::ostream &out, const description &desc)
std::ostream & operator<< (std::ostream &out, const file &fh)
std::ostream & operator<< (std::ostream &out, const include &)
std::ostream & operator<< (std::ostream &out, const parameter &param)
std::ostream & operator<< (std::ostream &out, const version &head)

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

◆ SDDS::version

struct SDDS::version

Definition at line 32 of file version.hpp.

Collaboration diagram for SDDS::version:
Class Members
short layoutVersion_m

Function Documentation

◆ operator<<() [1/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const array &  )
inline

Definition at line 97 of file array.hpp.

◆ operator<<() [2/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const associate &  )
inline

Definition at line 89 of file associate.hpp.

◆ operator<<() [3/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const column & col )
inline

◆ operator<<() [4/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const data & data_ )
inline

Definition at line 90 of file data.hpp.

References SDDS::data::mode_m.

◆ operator<<() [5/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const description & desc )
inline

Definition at line 40 of file description.hpp.

References SDDS::description::content_m, and SDDS::description::text_m.

◆ operator<<() [6/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const file & fh )
inline

◆ operator<<() [7/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const include &  )
inline

Definition at line 69 of file include.hpp.

◆ operator<<() [8/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const parameter & param )
inline

◆ operator<<() [9/9]

std::ostream & SDDS::operator<< ( std::ostream & out,
const version & head )
inline

Definition at line 37 of file version.hpp.

References SDDS::version::layoutVersion_m.