Discrete Dipole Approximation Project
1.0
Plugin based Discrete Dipole Approximation (DDA) software package.
|
Thread | Namespace containing cross platform multi threading classes provides Mutexs (Locks), Conditions, Semaphores and Queues |
Condition | Condition objects correspond to pthread conditions or to Win32 event objects |
Exception | General Thread Exception Object |
Mutex | Standard Lock |
Queue | Queue 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 |
Semaphore | Countered Lock |
Thread | Thread class, provide basic interface for the creation and joining of threads |
TimeoutException | Special Thread Exception respresenting a timeout on a timed thread operation |
DyLibary | DyLibary is a class representing dynamically loadable library (Windows DLL, shared library under Unix etc) |
DyLibException | DyLibException provide an exception object for DyLibary |
DyProcress | DyProcress is a class representing the procress that loaded a dynamically loadable library (Windows DLL, shared library under Unix etc) |