Cpp Utilities 1.2.3
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 NContainerNamespace for all classes and functions of convenient containers. See Containers for more instrucion
 CSequencialMapKey-value container behaves like std::map, but extended with random-access operations and traverses in the sequence order of value appends like std::vector
 Citerator_baseBase type for iterators
 Ckey_iteratorIterator to traverse keys
 CSerializeManipulatorStream manipulator for serialization and deserialization
 NDimensionalNamespace for all classes, typedefs and functions of dimensional analyse. See Dimensional Analysis for more instrucion
 CQuantityThe Quantity struct is used to describe arithmetic values with units
 CUnitThe Unit struct is used to describe physical units
 NMemoryNamespace for all classes, typedefs and functions of memory safety. See Memory Safety for more instrucion
 CEnableSafeSharedFromThisA proxy class from std::enable_shared_from_this to provide same functionality for SafeSharedPtr
 CRWSpinLockHigh-performance read-write-spinlock, see RWSpinLock.hpp for details
 CReadHolderRAII guard for read lock with RWSpinLock::lock_shared() on construction and RWSpinLock::unlock_shared() on destruction
 CUpgradedHolderRAII guard for upgrade lock with RWSpinLock::lock_upgrade() on construction and RWSpinLock::unlock_upgrade() on destruction
 CWriteHolderRAII guard for write lock with RWSpinLock::lock() on construction and RWSpinLock::unlock() on destruction
 CSafeSharedPtrWrapper to std::shared_ptr to provide thread-safety while operating the underlying pointer
 CArrayHelperProxy class for operator[] in SafeSharedPtr, behave like array element of underlying array object, and provide RAII read-write lock for thread safety
 CPtrHelperProxy class for operator-> in SafeSharedPtr, behave like underlying object, and provide RAII read-write lock for thread safety
 CRefHelperProxy class for operator* in SafeSharedPtr, behave like underlying object, and provide RAII read-write lock for thread safety
 CSafeWeakPtrWrapper to std::weak_ptr to provide weak reference for SafeSharedPtr
 NstdContains std functions overload for classes in Utilities, cannot hide in doxygen, just ignore it