Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::Dictionary::definition_type


Contained in: FrameCPP::Version_6::Dictionary
Derived from: none
Derived by: none

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


public function member index:

definition_type(const std::string& Name, INT_2U ClassId, const std::string& Comment);
~definition_type();
 

Description:

struct - element_type


Function Member Descriptions:


FrameCPP::Version_6::Dictionary::definition_type::definition_type


definition_type(const std::string& Name, INT_2U ClassId, const std::string& Comment);



FrameCPP::Version_6::Dictionary::definition_type::~definition_type


~definition_type();



Variable Member Descriptions:


FrameCPP::Version_6::Dictionary::definition_type::classId -

INT_2U classId;

FrameCPP::Version_6::Dictionary::definition_type::comment -

std::string comment;

FrameCPP::Version_6::Dictionary::definition_type::elements -

std::vector< element_type > elements;

FrameCPP::Version_6::Dictionary::definition_type::name -

std::string name;