|
OODuck
0.5
C Oriented Object framework with duck-typing support
|
| CAbstractError | Raised when an abstract class is instanciated |
| CClass | Class used to build new class dynamically |
| CCollection | Collection of item |
| CCollectionNode | Collection item |
| Ce4c_exception | |
| Ce4c_exception_type | |
| Ce4c_signal_mapping | |
| CHashmap | Hashmap implementation |
| CIterable | Abstract class which allow to iterate over object |
| CIterableNode | Abstract class to encapsulate item objects |
| CIterator | Object used to iterate over Iterable |
| CList | List implementation |
| CListNode | ListNode implementation |
| CNotImplementedError | Raised when function or method isn't implemented |
| CObject | Base class for everything |
| CRuntimeError | Baseclass for all exceptions |
| CSingleton | Singleton metaclass |
| CString | String utility class |
| CValue | Classic C types encapsulation |
| CVTableEntry | Entry for dynamic VTable |