定义 vrpn_SendTextMessageStreamProxy.h:41
vrpn_SendTextMessageStreamProxy(vrpn_BaseClassUnique::SendTextMessageBoundCall const &call, T const &firstData)
Templated constructor taking anything streamable.
定义 vrpn_SendTextMessageStreamProxy.h:57
~vrpn_SendTextMessageStreamProxy()
定义 vrpn_SendTextMessageStreamProxy.h:85
vrpn_SendTextMessageStreamProxy(vrpn_BaseClassUnique::SendTextMessageBoundCall const &call, std::string const &firstData)
定义 vrpn_SendTextMessageStreamProxy.h:67
std::ostream & operator<<(T const &other)
定义 vrpn_SendTextMessageStreamProxy.h:93
vrpn_SendTextMessageStreamProxy(vrpn_SendTextMessageStreamProxy const &other)
Copy constructor - required for return by value (?)
定义 vrpn_SendTextMessageStreamProxy.h:76
vrpn_SendTextMessageStreamProxy operator<<(vrpn_BaseClassUnique::SendTextMessageBoundCall const &call, T const &firstData)
定义 vrpn_SendTextMessageStreamProxy.h:110