fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::IPrec Struct Reference

#include <persist.hpp>

Public Member Functions

 IPrec (const uint32_t seq, const off_t offset, const int32_t size)
 
 IPrec ()
 

Public Attributes

uint32_t _seq
 
Prec _prec
 

Friends

std::ostream & operator<< (std::ostream &os, const IPrec &what)
 

Detailed Description

Definition at line 378 of file persist.hpp.

Constructor & Destructor Documentation

FIX8::IPrec::IPrec ( const uint32_t  seq,
const off_t  offset,
const int32_t  size 
)
inline

Definition at line 380 of file persist.hpp.

381  : _seq(seq), _prec(offset, size) {}
Prec _prec
Definition: persist.hpp:384
uint32_t _seq
Definition: persist.hpp:383
FIX8::IPrec::IPrec ( )
inline

Definition at line 382 of file persist.hpp.

382 : _seq() {}
uint32_t _seq
Definition: persist.hpp:383

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const IPrec what 
)
friend

Definition at line 386 of file persist.hpp.

387  { return os << "seq:" << what._seq << ' ' << what._prec; }

Member Data Documentation

Prec FIX8::IPrec::_prec

Definition at line 384 of file persist.hpp.

Referenced by main(), and FIX8::FilePersister::put().

uint32_t FIX8::IPrec::_seq

Definition at line 383 of file persist.hpp.

Referenced by FIX8::FilePersister::initialise(), and main().


The documentation for this struct was generated from the following file: