zpp
Zephyr C++20 Framework
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Czpp::atomic_bitset< T_BitsetSize >Class wrapping an atomic_var_t array
 Czpp::atomic_varClass wrapping an atomic_var_t
 Czpp::base_heap< T_Heap >Heap memory allocater CRTP base class
 Czpp::base_heap< heap< T_Size > >
 Czpp::heap< T_Size >Heap class
 Czpp::base_heap< heap_ref >
 Czpp::heap_refHeap reference class
 Czpp::condition_variable_base< T_ConditionVariable >A condition variable CRTP base class
 Czpp::condition_variable_base< condition_variable >
 Czpp::condition_variableA condition variable class
 Czpp::condition_variable_base< condition_variable_ref >
 Czpp::condition_variable_refA class using a reference to another native condition variable or zpp::condition_variable
 Czpp::cycle_clockClock representing the system’s hardware clock
 Czpp::error_result< T_Error >Helper class for error result
 Czpp::fifo_base< T_BaseFifoType, T_BaseItemType >Fifo CRTP base class
 Czpp::fifo_base< fifo, T_ItemType >
 Czpp::fifo< T_ItemType >Fifo that manages a k_fifo object
 Czpp::fifo_base< fifo_ref, T_ItemType >
 Czpp::fifo_ref< T_ItemType >Fifo that references a k_fifo object
 Czpp::futex_base< T_Futex >A CRTP futex base class
 Czpp::futex_base< futex >
 Czpp::futexA futex class
 Czpp::futex_base< futex_ref >
 Czpp::futex_refA futex class referencing another futex object
 Czpp::lock_guard< T_Mutex >Lock_guard using zpp::mutex as a lock
 Czpp::mem_slab_base< T_MemSlab >Allocator that uses k_mem_slab for memory
 Czpp::mem_slab_base< mem_slab< T_BlockSize, T_BlockCount, sizeof(void *) > >
 Czpp::mem_slab< T_BlockSize, T_BlockCount, T_Align >A memory slab class
 Czpp::mem_slab_base< mem_slab_ref >
 Czpp::mem_slab_refA mem_slab class referencing another mem slab object
 Czpp::mutex_base< T_Mutex >A recursive mutex CRTP base class
 Czpp::mutex_base< mutex >
 Czpp::mutexA recursive mutex class
 Czpp::mutex_base< mutex_ref >
 Czpp::mutex_refA recursive mutex class borrowing the native mutex
 Czpp::poll_eventWrapper class around a k_poll_event
 Czpp::poll_event_set< T_Size >A set of poll events
 Czpp::poll_signal_base< T_PollSignal >CRTP base class for poll_signals
 Czpp::poll_signal_base< poll_signal >
 Czpp::poll_signalClass owning a k_poll_signal
 Czpp::poll_signal_base< poll_signal_ref >
 Czpp::poll_signal_refClass wrapping a k_poll_signal
 Czpp::result< T_Ok, T_Error >Result class
 Czpp::result< void, T_Error >Result class
 Czpp::sched_lock_guardGuard to automatically lock/unlock scheduler
 Czpp::sem_base< T_Sem >Counting semaphore base class
 Czpp::sem_base< sem >
 Czpp::semA counting semaphore class
 Czpp::sem_base< sem_ref >
 Czpp::sem_refA counting semaphore class borrowing the native sem
 Czpp::sys_mutex_base< T_Mutex >A userspace mutex class
 Czpp::sys_mutex_base< sys_mutex >
 Czpp::sys_mutexA recursive mutex class
 Czpp::sys_mutex_base< sys_mutex_ref >
 Czpp::sys_mutex_refA recursive mutex class borrowing the native mutex
 Czpp::threadThe class thread repecents a single Zephyr thread
 Czpp::thread_attrThread creation attributes
 Czpp::thread_dataThread_data holds the stack and thread control block memory
 Czpp::thread_idThead ID
 Czpp::thread_prioThread priority
 Czpp::thread_stackThread_stack holds the stack and thread control block memory
 Czpp::thread_start_delay< T_Rep, T_Period >
 Czpp::timer_baseBase class for the timer class
 Czpp::basic_timer< T_ExpireCallback >Timer class with only an expire callback
 Czpp::sync_timerTimer class with no callbacks used for syncing only
 Czpp::timer< T_ExpireCallback, T_StopCallback >Timer class with expire and stop callbacks
 Czpp::unique_lock< T_Mutex >Zpp::unique_lock using zpp::mutex as a lock
 Czpp::uptime_clockClock measuring elapsed time since the system booted