Go to the source code of this file.
|
template<typename T > |
T | callback_helper::read_from_stream_with_typeid (BinaryStream &stream) |
|
template<typename RESULT_TYPE > |
void | callback_helper::call (const std::function< RESULT_TYPE()> &fun, BinaryStream &stream) |
|
template<typename RESULT_TYPE , typename U0 > |
void | callback_helper::call (const std::function< RESULT_TYPE(U0)> &fun, BinaryStream &stream) |
|
template<typename RESULT_TYPE , typename U0 , typename U1 > |
void | callback_helper::call (const std::function< RESULT_TYPE(U0, U1)> &fun, BinaryStream &stream) |
|
template<typename RESULT_TYPE , typename U0 , typename U1 , typename U2 > |
void | callback_helper::call (const std::function< RESULT_TYPE(U0, U1, U2)> &fun, BinaryStream &stream) |
|