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

Interface to a slot 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
 
virtual uint32 getIndex () const =0
 

Static Public Member Functions

static IString anyName ()
 
static IString defaultName ()
 
static IString invalidName ()
 

Static Public Attributes

static constexpr TType type_ = 0x4ecd4d66
 The type identification number for this class, for use in convert_cast() and convert_getcast().
 
static constexpr uint32 any_ = 0xFFFFFFFF
 
static constexpr uint32 invalid_ = 0xFFFFFFFE
 
static constexpr uint32 unresolved_ = 0xFFFFFFFD
 

Detailed Description

Interface to a slot object.

Member Function Documentation

◆ getIThing()

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

Return IThing interface associated with this group.

Return the group name.


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