Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
itasca::IGroup Class Referenceabstract

Interface to a group object. More...

#include <igroup.h>

Public Member Functions

virtual IThinggetIThing ()=0
 Return IThing interface associated with this group.
 
virtual const IThinggetIThing () 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
 

Detailed Description

Interface to a group object.

Member Function Documentation

◆ getIThing()

virtual const IThing * itasca::IGroup::getIThing ( ) const
pure virtual

Return IThing interface associated with this group.


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