Various C++ Examples (including IPC)  Version: 1.0.0
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAbstractClassA basic abstract Class (that is inherited from)
 CBaseClassClass that inherits from AbstractClass
 CAnotherChildClassAnother example of ChildClass (inherits from BaseClass)
 CChildClassClass that inherits from BaseClass -> AbstractClass
 CThreadMgr::func_argumentsStructure for static wrapper function arguments
 Cfunc_paramsWrapper function parameters/arguments
 Cstreambuf
 CdmsgDemonstration of streambuf inheritance
 CThreadMgrA 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 *)