STab1 Struct Reference
#include <STab1.h>
a simplified Tab1 container More...
Classes | |
| struct | Block |
| a block is a list of data with a control record More... | |
| struct | Data |
| data is a single piece of data with a control record More... | |
Public Types | |
| typedef endfendf::ControlRecord | CR |
| useful typedef More... | |
Public Attributes | |
| std::vector< Block > | block |
| a list of blocks of data More... | |
| std::string | title |
| a title line More... | |
Static Public Attributes | |
| static const int | ENDF_FIELD_LENGTH = 11 |
Detailed Description
a simplified Tab1 container
Member Typedef Documentation
| typedef endfendf::ControlRecord CR |
useful typedef
Member Data Documentation
|
static |
| std::vector<Block> block |
a list of blocks of data
Referenced by STab1Reader::readFile(), and STab1Writer::writeFile().
| std::string title |
a title line
Referenced by STab1Reader::readFile(), and STab1Writer::writeFile().
The documentation for this struct was generated from the following file:
- Core/io/STab1.h

1.8.10