Common abstract primitives, basic definitions, global compilation ruling definitions.
Modules | |
IO core interfaces | |
Classes and interfaces, which implements an abstraction of input-output layer. | |
Data Structures | |
class | Exception |
Exception class. More... | |
class | OutOfBoundException |
Thrown, when array index overflow occurs. More... | |
class | InputSourceException |
InputSourceException is thrown, if some IO error occurs. More... | |
class | Hashtable< T > |
Hashtable template class, stores nullable objects. More... | |
class | HashtableWOnulls< T > |
Hashtable template class, stores structured objects. More... | |
class | HashEntry< T > |
Hashtable Entry. More... | |
class | HashtableCore< T > |
Common hashtable template. More... | |
class | Vector< T > |
Ordered sequence of objects. More... | |
Variables | |
static Vector< byte * > * | chunks = null |
List of currently allocated memory chunks with size CHUNK_SIZE. |