|
class | conditional_container |
| A container, which either stores its value as a value or a pointer depending on the condition. More...
|
|
class | conditional_container< false, T > |
|
class | conditional_container< true, T > |
|
class | ICIterator |
| Const iterator for an IContainer. More...
|
|
class | IContainer |
| Interface for containers of IThings. More...
|
|
class | IDeleteNotice |
|
class | IEnergyMap |
| Interface to EnergyMap class. More...
|
|
class | IGeometryImportData |
|
class | IGeomImportExport |
|
class | IGroup |
| Interface to a group object. More...
|
|
class | IGroupID |
|
class | IGroupList |
| Group container class. More...
|
|
class | IGUIInput |
| The interface to graphics user interface input functionality. More...
|
|
class | IIdent |
| Central class for information identifying the particular program using the kernel library. More...
|
|
class | IInputRecord |
| The input record maintains a list of all commands used in the creation of the model. More...
|
|
class | IIterator |
| Iterator for an IContainer. More...
|
|
class | IKernel |
| This Interface provides an entry point for command processing. More...
|
|
class | IKernelInput |
| Interface describing ALL input support the kernel needs to receive from whatever interface is driving it. More...
|
|
class | IKernelOutput |
| Interface describing ALL output support the kernel needs to send information to whatever interface is driving it. More...
|
|
class | IModelList |
|
class | IMultiContainer |
|
class | INoticeManager |
| Interface to the notification system. More...
|
|
struct | InputContext |
|
struct | InputLine |
| Provides a interface for getting text. More...
|
|
class | IParentToChildContainer |
| Provides a class to use as the parent to a child container, or the main container of all of the children. More...
|
|
class | IParse |
| Interface to the main command processing class. More...
|
|
class | IProgram |
| The main program access point. More...
|
|
class | IRandom |
| Interface to the random number generator. More...
|
|
class | ISettings |
| Interface for accessing kernel settings. More...
|
|
class | ISlot |
| Interface to a slot object. More...
|
|
class | ISlotID |
|
class | ITable |
| Interface to a particular table of values. More...
|
|
class | ITableList |
| Interface to the global list of all tables. More...
|
|
class | ITextInput |
|
class | ITextOutput |
| Provides a interface for simple writing of text. More...
|
|
class | IThing |
| Base class for items that will be stored in containers. More...
|
|
class | Mat |
|
struct | NegMatExcept |
|
struct | type_selector |
| Class used to select between two types based on a given condition. More...
|
|
class | type_selector< false, if_true, if_false > |
|
struct | type_selector< true, if_true, if_false > |
|