Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::Dictionary::io_calls_type

Structure to hold io routines and state
Contained in: FrameCPP::Version_6::Dictionary
Derived from: none
Derived by: none

#include "../../../../../lib/framecpp/src/Version6/Dictionary.hh"


public function member index:

io_calls_type(const std::string& Name, INT_2U ClassId, read_func_type Reader, write_func_type Writer); Constructor
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::Dictionary::io_calls_type::io_calls_type - Constructor


io_calls_type(const std::string& Name, INT_2U ClassId, read_func_type Reader, write_func_type Writer);



Variable Member Descriptions:


FrameCPP::Version_6::Dictionary::io_calls_type::classId - Class Id of frame structure

INT_2U classId;

FrameCPP::Version_6::Dictionary::io_calls_type::name - Name of frame structure

std::string name;

FrameCPP::Version_6::Dictionary::io_calls_type::read - Routine to read frame structure

read_func_type read;

FrameCPP::Version_6::Dictionary::io_calls_type::write - Routine to write frame structure

write_func_type write;