OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
SDDS::data Struct Reference

#include <data.hpp>

Classes

struct  complainUnsupported
 

Public Types

enum  attributes {
  MODE, LINES_PER_ROW, NO_ROW_COUNT, FIXED_ROW_COUNT,
  ADDITIONAL_HEADER_LINES, COLUMN_MAJOR_ORDER, ENDIAN
}
 

Public Member Functions

bool isASCII () const
 

Public Attributes

ast::datamode mode_m
 
long numberRows_m
 

Detailed Description

Definition at line 24 of file data.hpp.

Member Enumeration Documentation

Enumerator
MODE 
LINES_PER_ROW 
NO_ROW_COUNT 
FIXED_ROW_COUNT 
ADDITIONAL_HEADER_LINES 
COLUMN_MAJOR_ORDER 
ENDIAN 

Definition at line 26 of file data.hpp.

Member Function Documentation

bool SDDS::data::isASCII ( ) const
inline

Definition at line 38 of file data.hpp.

References SDDS::ast::BINARY, endl(), and mode_m.

Here is the call graph for this function:

Member Data Documentation

ast::datamode SDDS::data::mode_m

Definition at line 35 of file data.hpp.

Referenced by isASCII(), and SDDS::operator<<().

long SDDS::data::numberRows_m

Definition at line 36 of file data.hpp.


The documentation for this struct was generated from the following file: