OpFlex Framework 1.7.0
opflex::modb::ModelMetadata Class Reference

Model metadata encapsulated all the metadata for a given model. More...

#include <opflex/modb/ModelMetadata.h>

Public Member Functions

 ModelMetadata (const std::string &model_name, const std::vector< ClassInfo > &classes)
 Construct a model metadata object for the given class ID.
 
 ~ModelMetadata ()
 Destroy the class index.
 
const std::string & getName () const
 Get the name for this model.
 
const std::vector< ClassInfo > & getClasses () const
 Get the classes that exist in this model.
 

Detailed Description

Model metadata encapsulated all the metadata for a given model.

This metadata is generated by the code generation framework and is required when the framework is initialized.


The documentation for this class was generated from the following file: