#include <string>
#include <vector>
#include <fstream>
#include <rcsb/rcsb_types.h>
#include <rcsb/BlockIO.h>
Go to the source code of this file.
Classes |
| class | Serializer |
| struct | Serializer::tFileHeader |
| struct | Serializer::EntryIndex |
Enumeration Type Documentation
- Enumerator:
| NO_MODE |
|
| READ_MODE |
|
| CREATE_MODE |
|
| UPDATE_MODE |
|
| VIRTUAL_MODE |
|
Variable Documentation
| const int DOUBLE_TYPE = 6 |
| const int INDEX_INCREMENT = 1024 |
| const unsigned int STRING_TYPE = 2 |
| const unsigned int STRINGS_TYPE = 1 |
| const unsigned int UWORD_TYPE = 9 |
| const unsigned int UWORDS_TYPE = 10 |
| const unsigned int WORD_TYPE = 7 |
| const unsigned int WORDS_TYPE = 8 |