FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<typename T , size_t N>
void Connection::PostMessage
(
const std::array< T, N > &
msg
)
inline
Definition at line
124
of file
Connection.h
.
References
PostMessage()
.
125
{
126
PostMessage
(msg.begin(), msg.size()*
sizeof
(T));
127
}
Connection::PostMessage
void PostMessage(const void *msg, size_t s=0)
Here is the call graph for this function:
Connection
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11