One stop include for all objects defined as part of base interface.
Interface for containers of IThings.
Definition icontainer.h:21
Interface to a particular table of values.
Definition itable.h:17
Interface to the global list of all tables.
Definition itablelist.h:16
virtual uint32 getNotice() const =0
virtual IContainer * getIContainer()=0
returns a pointer to the IContainer class representing a list of tables.
virtual ITable * lookupOrCreateWithName(const IString &s)=0
virtual const IContainer * getIContainer() const =0
returns a constant pointer to the IContainer class representing a list of tables.
virtual const ITable * lookupWithName(const IString &s) const =0
Returns a const pointer to table whose name matches s, or 0.
virtual ITable * lookupWithName(const IString &s)=0
Returns a pointer to table whose name matches s, or 0.
virtual const ITable * getFirst() const =0
virtual uint32 getTableGeneralType() const =0
Returns the general type of an ITable.
Interface for container of IThings.
Interface to a particular table of values.
namespace Itasca
Definition basememory.cpp:10