Discrete Dipole Approximation Project  1.0
Plugin based Discrete Dipole Approximation (DDA) software package.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNThreadNamespace containing cross platform multi threading classes provides Mutexs (Locks), Conditions, Semaphores and Queues
|oCConditionCondition objects correspond to pthread conditions or to Win32 event objects
|oCExceptionGeneral Thread Exception Object
|oCMutexStandard Lock
|oCQueueQueue Class Template, resprenst a Queue, with optional read and write locks, speficied using QUEUE_NOLOCK, QUEUE_READLOCK, QUEUE_WRITELOCK and QUEUE_ALLLOCK to specific the Queue mode
|oCSemaphoreCountered Lock
|oCThreadThread class, provide basic interface for the creation and joining of threads
|\CTimeoutExceptionSpecial Thread Exception respresenting a timeout on a timed thread operation
oCDyLibaryDyLibary is a class representing dynamically loadable library (Windows DLL, shared library under Unix etc)
oCDyLibExceptionDyLibException provide an exception object for DyLibary
\CDyProcressDyProcress is a class representing the procress that loaded a dynamically loadable library (Windows DLL, shared library under Unix etc)