The interface to a union in the object model. More...
#include <doxmlintf.h>
Public Member Functions | |
virtual ICompoundIterator * | nestedCompounds () const =0 |
virtual ICompoundIterator * | nestedCompounds () const =0 |
Public Member Functions inherited from ICompound | |
virtual const IString * | name () const =0 |
virtual const IString * | id () const =0 |
virtual CompoundKind | kind () const =0 |
virtual const IString * | kindString () const =0 |
virtual ISectionIterator * | sections () const =0 |
virtual IDocRoot * | briefDescription () const =0 |
virtual IDocRoot * | detailedDescription () const =0 |
virtual IMember * | memberById (const char *id) const =0 |
virtual IMemberIterator * | memberByName (const char *name) const =0 |
virtual void | release ()=0 |
virtual const IString * | name () const =0 |
virtual const IString * | id () const =0 |
virtual CompoundKind | kind () const =0 |
virtual const IString * | kindString () const =0 |
virtual ISectionIterator * | sections () const =0 |
virtual IDocRoot * | briefDescription () const =0 |
virtual IDocRoot * | detailedDescription () const =0 |
virtual IMember * | memberById (const char *id) const =0 |
virtual IMemberIterator * | memberByName (const char *name) const =0 |
virtual void | release ()=0 |
Additional Inherited Members | |
Public Types inherited from ICompound | |
enum | CompoundKind { Invalid =0, Class, Struct, Union, Interface, Protocol, Category, Exception, File, Namespace, Group, Page, Example, Dir, Invalid =0, Class, Struct, Union, Interface, Protocol, Category, Exception, File, Namespace, Group, Page, Example, Dir } |
enum | CompoundKind { Invalid =0, Class, Struct, Union, Interface, Protocol, Category, Exception, File, Namespace, Group, Page, Example, Dir, Invalid =0, Class, Struct, Union, Interface, Protocol, Category, Exception, File, Namespace, Group, Page, Example, Dir } |
The interface to a union in the object model.
Definition at line 1006 of file doxmlintf.h.
|
pure virtual |
Implemented in CompoundHandler.
|
pure virtual |
Implemented in CompoundHandler.