FACT++  1.0
template<typename T >
void Connection::PostMessage ( const std::vector< T > &  msg)
inline

Definition at line 130 of file Connection.h.

References PostMessage().

131  {
132  PostMessage(&msg[0], msg.size()*sizeof(T));
133  }
void PostMessage(const void *msg, size_t s=0)

+ Here is the call graph for this function: