|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Classes | |
| struct | nil |
Typedefs | |
| typedef boost::variant< float, double, short, long, char, std::string > | variant_t |
| typedef std::vector< variant_t > | columnData_t |
Enumerations | |
| enum | datatype { FLOAT , DOUBLE , SHORT , LONG , CHARACTER , STRING } |
| enum | datamode { ASCII , BINARY } |
| enum | endianess { BIGENDIAN , LITTLEENDIAN } |
Functions | |
| std::string | getDataTypeString (datatype type) |
| struct SDDS::ast::nil |
| typedef std::vector<variant_t> SDDS::ast::columnData_t |
Definition at line 50 of file Util/SDDSParser/ast.hpp.
| typedef boost::variant<float, double, short, long, char, std::string> SDDS::ast::variant_t |
Definition at line 48 of file Util/SDDSParser/ast.hpp.
| enum SDDS::ast::datamode |
| Enumerator | |
|---|---|
| ASCII | |
| BINARY | |
Definition at line 35 of file Util/SDDSParser/ast.hpp.
| enum SDDS::ast::datatype |
| Enumerator | |
|---|---|
| FLOAT | |
| DOUBLE | |
| SHORT | |
| LONG | |
| CHARACTER | |
| STRING | |
Definition at line 28 of file Util/SDDSParser/ast.hpp.
| enum SDDS::ast::endianess |
| Enumerator | |
|---|---|
| BIGENDIAN | |
| LITTLEENDIAN | |
Definition at line 38 of file Util/SDDSParser/ast.hpp.