OpFlex Framework  1.7.0
Model Metadata

These types are used to define the basic parameters of the model. More...

Classes

class  opflex::modb::ClassInfo
 Class info provides metadata about managed object classes and properties. More...
 
class  opflex::modb::ConstInfo
 Const info defines a specific enum member. More...
 
class  opflex::modb::EnumInfo
 Enum info defines the set of possible values for an enum as well as the properties current defined by it. More...
 
class  opflex::modb::ModelMetadata
 Model metadata encapsulated all the metadata for a given model. More...
 
class  opflex::modb::PropertyInfo
 Property info provides metadata about a particular managed object property. More...
 

Typedefs

typedef uint64_t opflex::modb::class_id_t
 A unique class ID.
 
typedef uint64_t opflex::modb::prop_id_t
 A unique property ID.
 

Detailed Description

These types are used to define the basic parameters of the model.

An actual instance of the metadata would be defined in the generated model code.