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>
|
|
| 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 |
◆ operator()() [2/2]
| return_type operator() |
( |
vrpn_int32 * | alternateNumActiveEndpoints | ) |
const |
|
inline |
Overload, with alternate num active connnection pointer.
该类的文档由以下文件生成: