![]() |
RflySimSDK v3.05
RflySimSDK说明文档
|
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. 更多...
#include <vrpn_Connection.h>
Public 类型 | |
typedef vrpn_Endpoint_IP * | return_type |
Public 成员函数 | |
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.
|
inline |
Default, fully pre-bound
|
inline |
Overload, with alternate num active connnection pointer.