Various C++ Examples (including IPC)  Version: 1.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CAbstractClassA basic abstract Class (that is inherited from)
 CAnotherChildClassAnother example of ChildClass (inherits from BaseClass)
 CBaseClassClass that inherits from AbstractClass
 CChildClassClass that inherits from BaseClass -> AbstractClass
 CdmsgDemonstration of streambuf inheritance
 Cfunc_paramsWrapper function parameters/arguments
 CThreadMgrA basic thread management class
 Cfunc_argumentsStructure for static wrapper function arguments