Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 Ndsme
 Nconst_redefines
 CDSMEMessageDSME Message interface implementation for GNRC
 CDSMEPlatformDSMEPlatform interface implementation for GNRC
 NriotRIOT C++ namespace
 Ndetail
 Cint_listA list of integers (wraps a long..
 Cil_indicesCreates 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
 NtestingNamespace for cpp unit tests
 CtestTest base class
 Ctest_suiteTest suite base class
 Nthis_thread
 Ctime_pointA time point for timed wait, as clocks from the standard are not available on RIOT
 Ccondition_variableC++11 compliant implementation of condition variable, uses the time point implemented in our chrono replacement instead of the specified one
 CmutexC++11 compliant implementation of mutex, uses the time point implemented in our chrono replacement instead of the specified one
 Cdefer_lock_tTag type for defer lock strategy
 Ctry_to_lock_tTag type for try lock strategy
 Cadopt_lock_tTag type for adopt lock strategy
 Clock_guardC++11 compliant implementation of unique lock
 Cunique_lockC++11 compliant implementation of unique lock
 Cthread_dataHolds context data for the thread
 Cthread_data_deleterThis deleter prevents our thread data from being destroyed if the thread object is destroyed before the thread had a chance to run
 Cthread_idImplementation of thread::id
 CthreadC++11 compliant implementation of thread, however uses the time point from out chrono header instead of the specified one
 Cirq_lockRAII based IRQ lock