ADTF
|
Interface for unit classes of the object representation for DDL descriptions. More...
Public Member Functions | |
virtual | ~IDDLUnit () |
Virtual DTOR. | |
![]() | |
virtual | ~IDDL () |
Virtual DTOR. | |
virtual tResult | Accept (IDDLVisitor *poVisitor)=0 |
Acceptance method for Visitor design-pattern. More... | |
virtual bool | IsInitialized () const =0 |
Getter for the initialization flag. More... | |
virtual const A_UTILS_NS::cString & | GetName () const =0 |
Getter for the name of the representation object. More... | |
virtual bool | IsPredefined () const =0 |
Getter for the predefinition flag. More... | |
virtual bool | IsOverwriteable () const =0 |
Getter for the predefinition flag. More... | |
virtual int | GetCreationLevel () const =0 |
Getter for the creation level. More... | |
Additional Inherited Members | |
![]() | |
enum | tag_MergeFlags { DDLMERGE_ForceOverwrite = 0x01 } |
Flags for Merging. | |
Interface for unit classes of the object representation for DDL descriptions.
Definition at line 16 of file ddlunit_intf.h.