RflySimSDK v3.05
RflySimSDK说明文档
载入中...
搜索中...
未找到
BoundEndpointAllocator类 参考

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_IPreturn_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.

成员函数说明

◆ operator()() [1/2]

return_type operator() ( ) const
inline

Default, fully pre-bound

◆ operator()() [2/2]

return_type operator() ( vrpn_int32 * alternateNumActiveEndpoints) const
inline

Overload, with alternate num active connnection pointer.


该类的文档由以下文件生成: