Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ToolBox Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
ArrayListThe ArrayList class holds any type of object, storing them internally in an array
AutoDeleting
BoolThe Bool class is a wrapper for the bool type
CharThe Char class is a wrapper for the char type
ChecksumCalculatorThe ChecksumCalculator class provides functionality for checksum generation, such as CRC32
CommandLineThe CommandLine class represents the arguments specified in the command line
CommandLine::OptionHelper class for expected and actual options
ConfigThe Config class stores information about the application that is user editable or about to change
Config::FileWriterThe file writer is a writer that writes to a file
Config::StringWriterThe string writer is a writer that creates a string
Config::WriterThe super class for the writing targets
ConfigParameterA ConfigParameter is the single value in the configuration
ConfigSectionA ConfigSection stores all sub-sections and parameters of a section in the configuation
ContainingListA ContainingList contains a variable number of items, that are linked like a chain
ContainingListItemA ContainingListItem is one item stored in the ContainingList
ContainingStackA ContainingStack contains a variable number of items, that are stacked on top of each other and are only accessable one by one from the top end of the stack
ContainingStackItemA ContainingStackItem is one item stored in the ContainingStack
DirectoryThe Directory class stores information about a directory, its sub-directories and all files in the directories
DirectoryEntryA DirectoryEntry in the Directory object
DoubleThe Double class is a wrapper for the double type
EAssertionFailedThe EAssertionFailed exception is thrown if there is an unexpected condition that cannot happen if the program was bug-free
EAutoBreakingThe EAutoBreaking is the base exception class for all exceptions that cause a debug break in the debug version of the application
EDeviceErrorThe EDeviceError exception is thrown if there was an device error like a video card operation problem
EdgeA graph's edge
EdgeArrayAn array of edges
EIllegalArgumentThe EIllegalArgument exception is thrown if there was an illegal value, for example in the call to a method
EIllegalStateThe EIllegalState exception is thrown if there was an illegal state, for example a method call before the object was prepared for that call
EIndexOutOfBoundsThe EIndexOutOfBounds exception is thrown if there was an index that is less or more than the valid bounds of the set, whose element the index points to
EInternalErrorThe EInternalError exception is thrown if there was in internal state that was unexpected in all cases, but is too severe not to be checked
EIOErrorThe EIOError exception is thrown if there was an input/output error like a read or write fault to the hard disk
ENoSuchElementThe ENoSuchElement exception is thrown if an element was not found within a searched set of elements
ENotSupportedThe ENotSupported exception is thrown if a functionality was used that is not yet implemented, fully or partially
ENullPointerThe ENullPointer exception is thrown if something is done with a null object, such as a method invocation
EOutOfMemoryThe EOutOfMemory exception is thrown if there was not enough free memory for a memory allocation
ExceptionThe root class for every exception
FloatThe Float class is a wrapper for the float type
GraphThe Graph class represents a mathematical graph
HashMapA hash table stores any kind of object with nearly constant save/lookup time, but with consuming a lot more memory than an array
HashSetA hash set stores any kind of object with nearly constant save/lookup time, but with consuming about 20 times the memory of an array
ICStringKeyHashMapAn ICStringKeyHashMap stores objects in the same way as the StringKeyHashMap does, but the comparisons are case insensitive
ICStringKeyHashSetAn ICStringKeyHashSet stores objects in the same way as the StringKeyHashSet does, but the comparisons are case insensitive
ICStringKeyReferenceValueMap
IntThe Int class is a wrapper for the int type
IntKeyHashMapAn IntKeyHashMap stores objects in the same way as the HashMap does, but uses long ints as keys
IntKeyHashSetAn IntKeyHashSet stores objects in the same way as the HashSet does, but uses long ints as keys
IntKeyReferenceValueMap
LoggerThe Logger class provides debugging functionality for output messages into a separate file, the log file
LongDoubleThe LongDouble class is a wrapper for the long double type
LongIntThe LongInt class is a wrapper for the long type
MD5Hasher
MP3FileInfosAn MP3FileInfos object stores all information about an MP3, except for the data itself
PathA path describes the position of a file or directory, absolutely or relatively
PathElementA path element is a directory or file name, a part of a path
PointerThe Pointer class is a wrapper for the void * type
PointeredListA PointeredList contains a variable number of items, that are linked like a chain
PointeredListItemA PointeredListItem is one item stored in the PointeredList
PointeredStackA PointeredStack contains a variable number of items, that are stacked on top of each other and are only accessable one by one from the top end of the stack
PointeredStackItemA PointeredStackItem is one item stored in the PointeredStack
Reference
ReferenceKeyMap
ReferenceList
ReferenceValueMap
ShortIntThe ShortInt class is a wrapper for the short type
SignedCharThe SignedChar class is a wrapper for the signed char type
SignedIntThe SignedInt class is a wrapper for the signed int type
SignedLongIntThe SignedLongInt class is a wrapper for the signed long type
SignedShortIntThe SignedShortInt class is a wrapper for the signed short type
SimulationThe Simulation class represents an event based simulation
SimulationEndEventThe SimulationEndEvent is the simulation event that the simulation shall stop handling events
SimulationEventA SimulationEvent changes the simulation state at a given time
SimulationObjectA SimulationObject is a part of the modelled world, that shall be simulated
SingleReference
StringThe string class represents an encapsulation of a character array, providing automatic memory management
StringKeyHashMapA StringKeyHashMap stores objects in the same way as the HashMap does, but uses char arrays (strings) as keys
StringKeyHashSetA StringKeyHashSet stores objects in the same way as the HashSet does, but uses char arrays (strings) as keys
StringKeyReferenceValueMap
TestListObjectA test class for the RunTestSuite methods of all ToolBox classes
TestObjectA test class for the RunTestSuite methods of all ToolBox classes
TestStackObjectA test class for the RunTestSuite methods of all ToolBox classes
UnsignedCharThe UnsignedChar class is a wrapper for the unsigned char type
UnsignedIntThe UnsignedInt class is a wrapper for the unsigned int type
UnsignedLongIntThe UnsignedLongInt class is a wrapper for the unsigned long type
UnsignedShortIntThe UnsignedShortInt class is a wrapper for the unsigned short type
VertexA graph's edge
VertexArrayAn array of vertices
VoidThe Void class is a wrapper for the void type

Generated on Tue Oct 3 00:23:38 2006 for ToolBox by doxygen 1.3.6