Classes | Namespaces | Typedefs
CRTID.h File Reference
#include <cstdint>
#include <cstddef>
#include <map>

Go to the source code of this file.

Classes

struct  CRT::detail::Node< BASE, ID >
 
struct  CRT::detail::Node< void, ID >
 
struct  CRT::StripID
 
class  CRT::map< VALUE, KEY, KEYS >
 
class  CRT::map< VALUE, KEY >
 

Namespaces

 CRT
 
 CRT::detail
 

Typedefs

typedef detail::Node< void, uint8_t > CRT::FrameID
 
typedef detail::Node< FrameID, boolCRT::PlaneID
 
typedef detail::Node< PlaneID, boolCRT::ModuleID
 
typedef detail::Node< ModuleID, boolCRT::LayerID
 
template<class VALUE >
using CRT::geoMap = CRT::map< VALUE, CRT::FrameID, CRT::PlaneID, CRT::ModuleID, CRT::LayerID, CRT::StripID >