~vrpn_SendTextMessageStreamProxy()
Destructor performs the send_text_message call with all contents streamed into it.
vrpn_SendTextMessageStreamProxy(vrpn_BaseClassUnique::SendTextMessageBoundCall const &call, std::string const &firstData)
Constructor taking a std::string, since we can use the ostringstream's std::string constructor in thi...
std::ostream & operator<<(T const &other)
Template operator<<, used for the second item streamed into the results of a BoundCall-returning send...
vrpn_SendTextMessageStreamProxy(vrpn_BaseClassUnique::SendTextMessageBoundCall const &call, T const &firstData)
Templated constructor taking anything streamable.
vrpn_SendTextMessageStreamProxy(vrpn_SendTextMessageStreamProxy const &other)
Copy constructor - required for return by value (?)
vrpn_SendTextMessageStreamProxy operator<<(vrpn_BaseClassUnique::SendTextMessageBoundCall const &call, T const &firstData)
Templated operator << that takes a vrpn_BaseClassUnique::SendTextMessageBoundCall on the left,...