![]() |
fix8
version 1.4.0
Open Source C++ FIX Framework
|
File persister. More...
#include <persist.hpp>
Public Member Functions | |
| Prec (const off_t offset, const int32_t size) | |
| Prec () | |
| Prec & | operator= (const Prec &that) |
Public Attributes | |
| off_t | _offset |
| int32_t | _size |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Prec &what) |
File persister.
Definition at line 357 of file persist.hpp.
|
inline |
Definition at line 359 of file persist.hpp.
|
inline |
Definition at line 360 of file persist.hpp.
|
friend |
Definition at line 374 of file persist.hpp.
| off_t FIX8::Prec::_offset |
Definition at line 361 of file persist.hpp.
Referenced by main(), and operator=().
| int32_t FIX8::Prec::_size |
Definition at line 362 of file persist.hpp.
Referenced by main(), and operator=().