vrpn 07.35
Virtual Reality Peripheral Network
|
Header. More...
#include "vrpn_Types.h"
#include "vrpn_Configure.h"
#include "vrpn_Assert.h"
#include <vector>
#include <stddef.h>
Go to the source code of this file.
Classes | |
class | vrpn::EndpointContainer |
Container for endpoints, held by pointer. More... | |
class | vrpn::EndpointIterator |
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 *) More... | |
Namespaces | |
namespace | vrpn |
Macros | |
#define | VRPN_ECITERATOR_ASSERT_INVARIANT() |
Variables | |
class VRPN_API | vrpn_Endpoint |
class VRPN_API | vrpn_Endpoint_IP |
#define VRPN_ECITERATOR_ASSERT_INVARIANT | ( | ) |
Definition at line 142 of file vrpn_EndpointContainer.h.
Referenced by vrpn::EndpointIterator::EndpointIterator(), vrpn::EndpointIterator::EndpointIterator(), vrpn::EndpointIterator::get_pointer(), vrpn::EndpointIterator::operator pointer(), vrpn::EndpointIterator::operator*(), vrpn::EndpointIterator::operator++(), and vrpn::EndpointIterator::operator->().
class VRPN_API vrpn_Endpoint |
Definition at line 33 of file vrpn_EndpointContainer.h.
class VRPN_API vrpn_Endpoint_IP |
Definition at line 34 of file vrpn_EndpointContainer.h.