zpp
Zephyr C++20 Framework
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 Nzpp
 Ninternal
 Nthis_threadProvide functions that access the current thread of execution
 Catomic_bitsetClass wrapping an atomic_var_t array
 Catomic_varClass wrapping an atomic_var_t
 Cuptime_clockClock measuring elapsed time since the system booted
 Ccycle_clockClock representing the system’s hardware clock
 Ccondition_variable_baseA condition variable CRTP base class
 Ccondition_variableA condition variable class
 Ccondition_variable_refA class using a reference to another native condition variable or zpp::condition_variable
 Cfifo_baseFifo CRTP base class
 CfifoFifo that manages a k_fifo object
 Cfifo_refFifo that references a k_fifo object
 Cfutex_baseA CRTP futex base class
 CfutexA futex class
 Cfutex_refA futex class referencing another futex object
 Cbase_heapHeap memory allocater CRTP base class
 CheapHeap class
 Cheap_refHeap reference class
 Clock_guardLock_guard using zpp::mutex as a lock
 Cmem_slab_baseAllocator that uses k_mem_slab for memory
 Cmem_slabA memory slab class
 Cmem_slab_refA mem_slab class referencing another mem slab object
 Cmutex_baseA recursive mutex CRTP base class
 CmutexA recursive mutex class
 Cmutex_refA recursive mutex class borrowing the native mutex
 Cpoll_eventWrapper class around a k_poll_event
 Cpoll_event_setA set of poll events
 Cpoll_signal_baseCRTP base class for poll_signals
 Cpoll_signalClass owning a k_poll_signal
 Cpoll_signal_refClass wrapping a k_poll_signal
 Cerror_resultHelper class for error result
 CresultResult class
 Cresult< void, T_Error >Result class
 Csched_lock_guardGuard to automatically lock/unlock scheduler
 Csem_baseCounting semaphore base class
 CsemA counting semaphore class
 Csem_refA counting semaphore class borrowing the native sem
 Csys_mutex_baseA userspace mutex class
 Csys_mutexA recursive mutex class
 Csys_mutex_refA recursive mutex class borrowing the native mutex
 CthreadThe class thread repecents a single Zephyr thread
 Cthread_start_delay
 Cthread_attrThread creation attributes
 Cthread_dataThread_data holds the stack and thread control block memory
 Cthread_idThead ID
 Cthread_prioThread priority
 Cthread_stackThread_stack holds the stack and thread control block memory
 Ctimer_baseBase class for the timer class
 CtimerTimer class with expire and stop callbacks
 Cbasic_timerTimer class with only an expire callback
 Csync_timerTimer class with no callbacks used for syncing only
 Cunique_lockZpp::unique_lock using zpp::mutex as a lock