Common abstract primitives, basic definitions, global compilation ruling definitions.
Modules | |
IO core interfaces | |
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 |
Hashtable template class, stores nullable objects. More... | |
class | HashtableWOnulls |
Hashtable template class, stores structured objects. More... | |
class | HashEntry |
Hashtable Entry. More... | |
class | HashtableCore |
Common hashtable template. More... | |
class | Vector |
Ordered sequence of objects. More... | |
Variables | |
Vector< byte * > | chunks |
List of currently allocated memory chunks with size CHUNK_SIZE. |