vrpn 07.35
Virtual Reality Peripheral Network
|
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. More...
#include <vrpn_Connection.h>
Public Types | |
typedef vrpn_Endpoint_IP * | return_type |
Public Member Functions | |
BoundEndpointAllocator () | |
BoundEndpointAllocator (vrpn_EndpointAllocator epa, vrpn_Connection *conn, vrpn_int32 *numActiveEndpoints=NULL) | |
return_type | operator() () const |
Default, fully pre-bound. | |
return_type | operator() (vrpn_int32 *alternateNumActiveEndpoints) const |
Overload, with alternate num active connnection pointer. | |
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.
Definition at line 177 of file vrpn_Connection.h.
Definition at line 194 of file vrpn_Connection.h.
|
inline |
Definition at line 179 of file vrpn_Connection.h.
|
inline |
Definition at line 185 of file vrpn_Connection.h.
|
inline |
Default, fully pre-bound.
Definition at line 197 of file vrpn_Connection.h.
|
inline |
Overload, with alternate num active connnection pointer.
Definition at line 206 of file vrpn_Connection.h.