Discrete Dipole Approximation Project
1.0
Plugin based Discrete Dipole Approximation (DDA) software package.
|
Classes | |
class | Condition |
Condition objects correspond to pthread conditions or to Win32 event objects. More... | |
class | Exception |
General Thread Exception Object. More... | |
class | Mutex |
Standard Lock. More... | |
class | 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. More... | |
class | Semaphore |
Countered Lock. More... | |
class | Thread |
Thread class, provide basic interface for the creation and joining of threads. More... | |
class | TimeoutException |
Special Thread Exception respresenting a timeout on a timed thread operation. More... | |