|
Various C++ Examples (including IPC)
Version: 1.0.0
|
| ▼CAbstractClass | A basic abstract Class (that is inherited from) |
| ▼CBaseClass | Class that inherits from AbstractClass |
| CAnotherChildClass | Another example of ChildClass (inherits from BaseClass) |
| CChildClass | Class that inherits from BaseClass -> AbstractClass |
| CThreadMgr::func_arguments | Structure for static wrapper function arguments |
| Cfunc_params | Wrapper function parameters/arguments |
| ▼Cstreambuf | |
| Cdmsg | Demonstration of streambuf inheritance |
| CThreadMgr | A basic thread management class |
| Cint | |
| Cmap< pthread_t, ThreadMgr::ThreadMgr::func_arguments * > | |
| Cpthread_cond_t * | |
| Cpthread_mutex_t * | |
| Cstack< pthread_t > | |
| Cvoid * | |
| Cvoid *(*)(void *) | |
| Cvoid *(*)(void *) | |
| Cvoid(*)(void *) |