MetaClass Class Referenceabstract

#include <ArmarXCore/libraries/cppgen/MetaClass.h>

+ Inheritance diagram for MetaClass:

Public Member Functions

void addClassDoc (const std::string &doc)
 
std::string getName () const
 
 MetaClass (const std::string &name)
 
virtual void write (const MetaWriterPtr &writer)=0
 

Static Public Member Functions

static void Write (const std::vector< MetaClassPtr > &classes, const MetaWriterPtr &writer)
 

Protected Attributes

std::string docString
 
std::string name
 

Detailed Description

Definition at line 35 of file MetaClass.h.

Constructor & Destructor Documentation

◆ MetaClass()

MetaClass ( const std::string &  name)

Definition at line 32 of file MetaClass.cpp.

Member Function Documentation

◆ addClassDoc()

void addClassDoc ( const std::string &  doc)

Definition at line 45 of file MetaClass.cpp.

◆ getName()

std::string getName ( ) const

Definition at line 50 of file MetaClass.cpp.

◆ write()

virtual void write ( const MetaWriterPtr writer)
pure virtual

Implemented in CppClass.

◆ Write()

void Write ( const std::vector< MetaClassPtr > &  classes,
const MetaWriterPtr writer 
)
static

Definition at line 37 of file MetaClass.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ docString

std::string docString
protected

Definition at line 49 of file MetaClass.h.

◆ name

std::string name
protected

Definition at line 48 of file MetaClass.h.


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