|
Various C++ Examples (including IPC)
Version: 1.0.0
|
| CAbstractClass | A basic abstract Class (that is inherited from) |
| CAnotherChildClass | Another example of ChildClass (inherits from BaseClass) |
| CBaseClass | Class that inherits from AbstractClass |
| CChildClass | Class that inherits from BaseClass -> AbstractClass |
| Cdmsg | Demonstration of streambuf inheritance |
| Cfunc_params | Wrapper function parameters/arguments |
| ▼CThreadMgr | A basic thread management class |
| Cfunc_arguments | Structure for static wrapper function arguments |