CppELib
1.7.0
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level
1
2
3
]
▼
N
Assertion
C
AssertHandler
Interface for handling assertion failure by
CHECK_ASSERT()
macro
C
Failure
Class used when
CHECK_ASSERT()
macro fails
▼
N
Container
C
Array
Similar as std::array of C++11
C
BadAlloc
C
BitPattern
The container with bitwise operation like std::bitset
C
FixedDeque
STL-like deque container with fixed capacity
C
FixedDeque_iterator
Random-access iterator used as
FixedDeque<T, MaxSize>::iterator
or
FixedDeque<T, MaxSize>::const_iterator
C
FixedVector
STL-like vector container with fixed capacity
C
IntrusiveList
STL-like intrusive doubly linked list
C
IntrusiveList_iterator
Bidirectional iterator used as
IntrusiveList<T>::iterator
or
IntrusiveList<T>::const_iterator
C
IntrusiveListNode
Base class of the type of element of
IntrusiveList
C
OutOfRange
C
PreallocatedDeque
STL-like deque container using pre-allocated buffer
C
PreallocatedDeque_iterator
Random-access iterator used as
PreallocatedDeque<T>::iterator
or
PreallocatedDeque<T>::const_iterator
C
PreallocatedVector
STL-like vector container using pre-allocated buffer
▼
N
OSWrapper
OSWrapper
provides abstract C++ interface of common RTOS: thread, mutex, event flag, message queue, memory pool, etc
C
EventFlag
Abstract class that has functions of common RTOS's event flag
C
EventFlagFactory
C
FixedMemoryPool
Abstract class that has functions of common RTOS's fixed-size memory pool
C
FixedMemoryPoolFactory
▼
C
LockGuard
RAII wrapper of
Mutex
C
AdoptLock
C
MessageQueue
Class template of message queue
C
Mutex
Abstract class that has functions of common RTOS's mutex
C
MutexFactory
▼
C
OneShotTimer
Abstract class that has functions of common RTOS's one-shot timer
C
UncaughtExceptionHandler
Interface for handling uncaught exception
C
OneShotTimerFactory
▼
C
PeriodicTimer
Abstract class that has functions of common RTOS's periodic timer
C
UncaughtExceptionHandler
Interface for handling uncaught exception
C
PeriodicTimerFactory
C
Runnable
Interface for implementing an active class
▼
C
Thread
Abstract class that has functions of common RTOS's thread
C
UncaughtExceptionHandler
Interface for handling uncaught exception
C
ThreadFactory
▼
C
ThreadPool
Class of thread pool pattern
C
WaitGuard
Class to wait for the asynchronous task finished
C
Timeout
Value object for the timeout
C
VariableMemoryPool
Abstract class that has functions of common RTOS's variable-size memory pool
C
VariableMemoryPoolFactory
▼
N
PosixOSWrapper
Implementation of
OSWrapper
for POSIX platform
C
PosixEventFlagFactory
C
PosixFixedMemoryPoolFactory
C
PosixMutexFactory
C
PosixOneShotTimerFactory
C
PosixPeriodicTimerFactory
C
PosixThreadFactory
C
PosixVariableMemoryPoolFactory
▼
N
StdCppOSWrapper
Implementation of
OSWrapper
for standard C++11 using std::thread
C
StdCppEventFlag
C
StdCppEventFlagFactory
C
StdCppFixedMemoryPool
C
StdCppFixedMemoryPoolFactory
C
StdCppMutex
C
StdCppMutexFactory
C
StdCppOneShotTimer
C
StdCppOneShotTimerFactory
C
StdCppPeriodicTimer
C
StdCppPeriodicTimerFactory
▼
C
StdCppThreadFactory
C
StdCppThread
C
StdCppVariableMemoryPool
C
StdCppVariableMemoryPoolFactory
▼
N
TestDoubleOSWrapper
Implementation of
OSWrapper
for Test Double
C
TestDoubleEventFlag
C
TestDoubleEventFlagFactory
C
TestDoubleFixedMemoryPool
C
TestDoubleFixedMemoryPoolFactory
C
TestDoubleMutex
C
TestDoubleMutexFactory
C
TestDoubleOneShotTimer
C
TestDoubleOneShotTimerFactory
C
TestDoublePeriodicTimer
C
TestDoublePeriodicTimerFactory
C
TestDoubleThread
C
TestDoubleThreadFactory
C
TestDoubleVariableMemoryPool
C
TestDoubleVariableMemoryPoolFactory
▼
N
WindowsOSWrapper
Implementation of
OSWrapper
for Windows platform
C
WindowsEventFlagFactory
C
WindowsFixedMemoryPoolFactory
C
WindowsMutexFactory
C
WindowsOneShotTimer
C
WindowsOneShotTimerFactory
C
WindowsPeriodicTimer
C
WindowsPeriodicTimerFactory
C
WindowsThreadFactory
C
WindowsVariableMemoryPoolFactory
Generated by
1.9.8