▼Ndsme | |
Nconst_redefines | |
CDSMEMessage | DSME Message interface implementation for GNRC |
CDSMEPlatform | DSMEPlatform interface implementation for GNRC |
▼Nriot | RIOT C++ namespace |
▼Ndetail | |
Cint_list | A list of integers (wraps a long.. |
Cil_indices | Creates indices from Pos to Max |
Cil_indices< Pos, Pos, int_list< Is... > > | End of recursion, Pos reached Max |
Cil_indices< Max, Pos, int_list< Is... > > | Recursion step |
▼Ntesting | Namespace for cpp unit tests |
Ctest | Test base class |
Ctest_suite | Test suite base class |
Nthis_thread | |
Ctime_point | A time point for timed wait, as clocks from the standard are not available on RIOT |
Ccondition_variable | C++11 compliant implementation of condition variable, uses the time point implemented in our chrono replacement instead of the specified one |
Cmutex | C++11 compliant implementation of mutex, uses the time point implemented in our chrono replacement instead of the specified one |
Cdefer_lock_t | Tag type for defer lock strategy |
Ctry_to_lock_t | Tag type for try lock strategy |
Cadopt_lock_t | Tag type for adopt lock strategy |
Clock_guard | C++11 compliant implementation of unique lock |
Cunique_lock | C++11 compliant implementation of unique lock |
Cthread_data | Holds context data for the thread |
Cthread_data_deleter | This deleter prevents our thread data from being destroyed if the thread object is destroyed before the thread had a chance to run |
Cthread_id | Implementation of thread::id |
Cthread | C++11 compliant implementation of thread, however uses the time point from out chrono header instead of the specified one |
Cirq_lock | RAII based IRQ lock |