Class FrameCPP::Version_6::Dictionary::library_io
Structure to hold information about callbacks
Contained in: FrameCPP::Version_6::Dictionary
Derived from:
none
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/Dictionary.hh"
public function member index: |
| library_io | (); | Default constructor |
|
Description:
Function Member Descriptions:
FrameCPP::Version_6::Dictionary::library_io::library_io - Default constructor
library_io();
Variable Member Descriptions:
FrameCPP::Version_6::Dictionary::library_io::m_enabled - True if the callback is enabled for reading
bool m_enabled;
FrameCPP::Version_6::Dictionary::library_io::m_read - Routine to read object
read_func_type m_read;
FrameCPP::Version_6::Dictionary::library_io::m_write - Routine to write object ( Currently not used )
write_func_type m_write;