#include <hribf_buffers.h>
|
| BufferType (unsigned int bufftype_, unsigned int buffsize_, unsigned int buffend_=0xFFFFFFFF) |
| Generic BufferType constructor. More...
|
|
virtual bool | Write (std::ofstream *file_) |
| Returns only false if not overloaded. More...
|
|
virtual bool | Read (std::ifstream *file_) |
| Returns only false if not overloaded. More...
|
|
virtual void | Reset () |
| Does nothing if not overloaded. More...
|
|
Definition at line 35 of file hribf_buffers.h.
§ BufferType()
BufferType::BufferType |
( |
unsigned int |
bufftype_, |
|
|
unsigned int |
buffsize_, |
|
|
unsigned int |
buffend_ = 0xFFFFFFFF |
|
) |
| |
|
protected |
§ DebugMode()
bool BufferType::DebugMode |
( |
| ) |
|
|
inline |
§ GetBufferEndFlag()
unsigned int BufferType::GetBufferEndFlag |
( |
| ) |
|
|
inline |
§ GetBufferSize()
unsigned int BufferType::GetBufferSize |
( |
| ) |
|
|
inline |
§ GetBufferType()
unsigned int BufferType::GetBufferType |
( |
| ) |
|
|
inline |
§ Read()
bool BufferType::Read |
( |
std::ifstream * |
file_ | ) |
|
|
protectedvirtual |
§ ReadHeader()
bool BufferType::ReadHeader |
( |
std::ifstream * |
file_ | ) |
|
Return true if the first word of the current buffer is equal to this buffer type.
Definition at line 88 of file hribf_buffers.cpp.
§ Reset()
virtual void BufferType::Reset |
( |
void |
| ) |
|
|
inlineprotectedvirtual |
§ SetDebugMode()
void BufferType::SetDebugMode |
( |
bool |
debug_ = true | ) |
|
|
inline |
§ Write()
bool BufferType::Write |
( |
std::ofstream * |
file_ | ) |
|
|
protectedvirtual |
§ buffend
unsigned int BufferType::buffend |
|
protected |
§ buffsize
unsigned int BufferType::buffsize |
|
protected |
§ bufftype
unsigned int BufferType::bufftype |
|
protected |
§ debug_mode
bool BufferType::debug_mode |
|
protected |
§ zero
unsigned int BufferType::zero |
|
protected |
The documentation for this class was generated from the following files: