Data Structures | |
class | MemoryFactory |
class | IMemory |
Functions | |
DECLARE_EXCEPTION (MemoryException) | |
Base class for all Memory operations. | |
DECLARE_EXCEPTION_EX (AccessError, memory, MemoryException) | |
DECLARE_EXCEPTION_EX (OutOfBounds, memory, MemoryException) |
memory::DECLARE_EXCEPTION | ( | MemoryException | ) |
Base class for all Memory operations.
memory::DECLARE_EXCEPTION_EX | ( | OutOfBounds | , | |
memory | , | |||
MemoryException | ||||
) |
memory::DECLARE_EXCEPTION_EX | ( | AccessError | , | |
memory | , | |||
MemoryException | ||||
) |