CppELib 1.7.0
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 NAssertion
 CAssertHandlerInterface for handling assertion failure by CHECK_ASSERT() macro
 CFailureClass used when CHECK_ASSERT() macro fails
 NContainer
 CArraySimilar as std::array of C++11
 CBadAlloc
 CBitPatternThe container with bitwise operation like std::bitset
 CFixedDequeSTL-like deque container with fixed capacity
 CFixedDeque_iteratorRandom-access iterator used as FixedDeque<T, MaxSize>::iterator or FixedDeque<T, MaxSize>::const_iterator
 CFixedVectorSTL-like vector container with fixed capacity
 CIntrusiveListSTL-like intrusive doubly linked list
 CIntrusiveList_iteratorBidirectional iterator used as IntrusiveList<T>::iterator or IntrusiveList<T>::const_iterator
 CIntrusiveListNodeBase class of the type of element of IntrusiveList
 COutOfRange
 CPreallocatedDequeSTL-like deque container using pre-allocated buffer
 CPreallocatedDeque_iteratorRandom-access iterator used as PreallocatedDeque<T>::iterator or PreallocatedDeque<T>::const_iterator
 CPreallocatedVectorSTL-like vector container using pre-allocated buffer
 NOSWrapperOSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag, message queue, memory pool, etc
 CEventFlagAbstract class that has functions of common RTOS's event flag
 CEventFlagFactory
 CFixedMemoryPoolAbstract class that has functions of common RTOS's fixed-size memory pool
 CFixedMemoryPoolFactory
 CLockGuardRAII wrapper of Mutex
 CAdoptLock
 CMessageQueueClass template of message queue
 CMutexAbstract class that has functions of common RTOS's mutex
 CMutexFactory
 COneShotTimerAbstract class that has functions of common RTOS's one-shot timer
 CUncaughtExceptionHandlerInterface for handling uncaught exception
 COneShotTimerFactory
 CPeriodicTimerAbstract class that has functions of common RTOS's periodic timer
 CUncaughtExceptionHandlerInterface for handling uncaught exception
 CPeriodicTimerFactory
 CRunnableInterface for implementing an active class
 CThreadAbstract class that has functions of common RTOS's thread
 CUncaughtExceptionHandlerInterface for handling uncaught exception
 CThreadFactory
 CThreadPoolClass of thread pool pattern
 CWaitGuardClass to wait for the asynchronous task finished
 CTimeoutValue object for the timeout
 CVariableMemoryPoolAbstract class that has functions of common RTOS's variable-size memory pool
 CVariableMemoryPoolFactory
 NPosixOSWrapperImplementation of OSWrapper for POSIX platform
 CPosixEventFlagFactory
 CPosixFixedMemoryPoolFactory
 CPosixMutexFactory
 CPosixOneShotTimerFactory
 CPosixPeriodicTimerFactory
 CPosixThreadFactory
 CPosixVariableMemoryPoolFactory
 NStdCppOSWrapperImplementation of OSWrapper for standard C++11 using std::thread
 CStdCppEventFlag
 CStdCppEventFlagFactory
 CStdCppFixedMemoryPool
 CStdCppFixedMemoryPoolFactory
 CStdCppMutex
 CStdCppMutexFactory
 CStdCppOneShotTimer
 CStdCppOneShotTimerFactory
 CStdCppPeriodicTimer
 CStdCppPeriodicTimerFactory
 CStdCppThreadFactory
 CStdCppThread
 CStdCppVariableMemoryPool
 CStdCppVariableMemoryPoolFactory
 NTestDoubleOSWrapperImplementation of OSWrapper for Test Double
 CTestDoubleEventFlag
 CTestDoubleEventFlagFactory
 CTestDoubleFixedMemoryPool
 CTestDoubleFixedMemoryPoolFactory
 CTestDoubleMutex
 CTestDoubleMutexFactory
 CTestDoubleOneShotTimer
 CTestDoubleOneShotTimerFactory
 CTestDoublePeriodicTimer
 CTestDoublePeriodicTimerFactory
 CTestDoubleThread
 CTestDoubleThreadFactory
 CTestDoubleVariableMemoryPool
 CTestDoubleVariableMemoryPoolFactory
 NWindowsOSWrapperImplementation of OSWrapper for Windows platform
 CWindowsEventFlagFactory
 CWindowsFixedMemoryPoolFactory
 CWindowsMutexFactory
 CWindowsOneShotTimer
 CWindowsOneShotTimerFactory
 CWindowsPeriodicTimer
 CWindowsPeriodicTimerFactory
 CWindowsThreadFactory
 CWindowsVariableMemoryPoolFactory