|
vrpn 07.35
Virtual Reality Peripheral Network
|
| ▼Ndetail | Namespace enclosing internal implementation details |
| CTypedMainloopObject | |
| CTypedMainloopObject< T * > | Template class for holding generic VRPN objects with type information |
| CTypedMainloopObject< vrpn_Connection * > | Specialization for connections, since they're reference-counted |
| CTypedMainloopObject< vrpn_ConnectionPtr > | Specialization of vrpn_MainloopObject for holding connections that are maintained by vrpn_ConnectionPtr smart pointers |
| ▼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) |
| CSemaphoreGuard | An RAII lock/guard class for vrpn_Semaphore |
| Ctry_to_lock_t | |
| ▼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 |