OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Namespaces | Classes | Functions
SDDS Namespace Reference

Namespaces

namespace  ast
 
namespace  parser
 

Classes

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
 
class  SDDSParser
 
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)
 

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

Definition at line 61 of file file.hpp.

References endl(), SDDS::file::sddsColumns_m, SDDS::file::sddsData_m, SDDS::file::sddsDescription_m, SDDS::file::sddsParameters_m, and SDDS::file::sddsVersion_m.

Here is the call graph for this function:

◆ 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.