Itasca C++ Interface
|
Interface to a group object. More...
#include <igroup.h>
Public Member Functions | |
virtual IThing * | getIThing ()=0 |
Return IThing interface associated with this group. | |
virtual const IThing * | getIThing () const =0 |
Return IThing interface associated with this group. | |
virtual IString | getName () const =0 |
Return the group name. | |
Static Public Member Functions | |
static IString | nullName () |
Static Public Attributes | |
static constexpr TType | type_ = 0x4ecd4d65 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
static constexpr uint32 | null_ = 0xFFFFFFFF |
Interface to a group object.
|
pure virtual |
Return IThing interface associated with this group.