vrpn 07.35
Virtual Reality Peripheral Network
|
▼Ndetail | Namespace enclosing internal implementation details |
CTypedMainloopObject< T * > | Template class for holding generic VRPN objects with type information |
CTypedMainloopObject< vrpn_Connection * > | Specialization for connections, since they're reference-counted |
▼Nvrpn | |
▼Ndetail | |
CIntegerOfSize | |
CIntegerOfSize< 16 > | |
CIntegerOfSize< 32 > | |
CIntegerOfSize< 64 > | |
CIntegerOfSize< 8 > | |
CIntegerOfSizeAndSignedness | |
CIntegerOfSizeAndSignedness< BITS, false > | |
CUnsignedIntegerOfSize | |
CUnsignedIntegerOfSize< 16 > | |
CUnsignedIntegerOfSize< 32 > | |
CUnsignedIntegerOfSize< 8 > | |
▼Ntraits | |
COwningPtrPointerType | Default trait |
COwningPtrPointerType< T[]> | Specialization for arrays |
CBoundEndpointAllocator | Combines the function pointer for an Endpoint Allocator with its two arguments into a single callable object, with the ability to override the last parameter at call time |
CDefaultDeleter | Default deleter |
CDefaultDeleter< T[]> | Handle arrays with delete [] |
CEndpointContainer | Container for endpoints, held by pointer |
CEndpointIterator | An iterator that goes forward in an EndpointContainer skipping the NULLs, that also acts a bit like a pointer/smart pointer (can treat it as a vrpn_Endpoint *) |
CFixedPoint | A fixed-point value class |
COwningPtr | A unique-ownership smart pointer, with the ability to transfer ownership, but only explicitly (aka, not like auto_ptr did it) |
▼Nvrpn_byte_order | Internal header providing unbuffering facilities for a number of types |
▼Nvrpn_detail | |
Cuint_traits | Traits class to get the uint type of a given size |
Cuint_traits< 1 > | |
Cuint_traits< 2 > | |
Cuint_traits< 4 > | |
▼Nvrpn_detail | |
Cremove_const | |
Cremove_const< const T > | |
Cvrpn_static_assert | |
Cvrpn_static_assert< true > | Each static assertion needs its message in this enum, or it will always fail |
▼Nvrpn_Event | |
Cinput_event |