Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::Dictionary::callback_key_type

Representation of a key
Contained in: FrameCPP::Version_6::Dictionary
Derived from: none
Derived by: none

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


private function member index:

callback_key_type(INT_4U ClassId, key_id_type KeyId); Constructor
 

Description:

This class has all private types so the recipient cannot modify any aspects of the key. The Dictionary class has been made a friend since it is the only object that needs to do any manipulation of this object.


Function Member Descriptions:


FrameCPP::Version_6::Dictionary::callback_key_type::callback_key_type - Constructor


callback_key_type(INT_4U ClassId, key_id_type KeyId);

Parameters:
ParameterDescription
INT_4U ClassIdThe class id associated with the callback
key_id_type KeyIdThe unique id associated with the callback



Variable Member Descriptions:


FrameCPP::Version_6::Dictionary::callback_key_type::m_class_id -

INT_4U m_class_id;

FrameCPP::Version_6::Dictionary::callback_key_type::m_key_id -

key_id_type m_key_id;