#include "CkptDAO.h"#include "CkptByteArray.h"Go to the source code of this file.
Classes | |
| class | RawOutputDAO |
| An Output DAO that writes data in a raw binary format. More... | |
| class | RawInputDAO |
| An Input DAO that reads data in a raw binary format. More... | |
| class | RawDAOFactory |
| Concrete factory type used to create Raw input and output interfaces. More... | |
Defines | |
| #define | PROCESS_OUTPUT_PRIM(Prim) |
| #define | PROCESS_INPUT_PRIM(Prim, AccessFunc) |
| #define PROCESS_INPUT_PRIM | ( | Prim, | |||
| AccessFunc | ) |
Value:
virtual void processPrim(Prim &t) { \ t = bArray->AccessFunc(); \ };
Definition at line 61 of file CkptRawDAO.h.
| #define PROCESS_OUTPUT_PRIM | ( | Prim | ) |
Value:
virtual void processPrim(Prim &t) { \ bArray.write(t); \ };
Definition at line 15 of file CkptRawDAO.h.
1.5.2