Sirikata
Public Types
Sirikata::SST::CallbackTypes< EndPointType > Class Template Reference

#include <SSTImpl.hpp>

List of all members.

Public Types

typedef std::tr1::function
< void(int,
std::tr1::shared_ptr
< Connection< EndPointType > >) > 
ConnectionReturnCallbackFunction
typedef std::tr1::function
< void(int,
std::tr1::shared_ptr< Stream
< EndPointType > >) > 
StreamReturnCallbackFunction
typedef std::tr1::function
< void(int, void *) 
DatagramSendDoneCallback )
typedef std::tr1::function
< void(uint8 *, int) 
ReadDatagramCallback )
typedef std::tr1::function
< void(uint8 *, int) 
ReadCallback )

template<typename EndPointType>
class Sirikata::SST::CallbackTypes< EndPointType >


Member Typedef Documentation

template<typename EndPointType >
typedef std::tr1::function< void(int, std::tr1::shared_ptr< Connection<EndPointType> > ) > Sirikata::SST::CallbackTypes< EndPointType >::ConnectionReturnCallbackFunction
template<typename EndPointType >
typedef std::tr1::function< void (int, void*) Sirikata::SST::CallbackTypes< EndPointType >::DatagramSendDoneCallback)
template<typename EndPointType >
typedef std::tr1::function<void (uint8*, int) Sirikata::SST::CallbackTypes< EndPointType >::ReadCallback)
template<typename EndPointType >
typedef std::tr1::function<void (uint8*, int) Sirikata::SST::CallbackTypes< EndPointType >::ReadDatagramCallback)
template<typename EndPointType >
typedef std::tr1::function< void(int, std::tr1::shared_ptr< Stream<EndPointType> >) > Sirikata::SST::CallbackTypes< EndPointType >::StreamReturnCallbackFunction

The documentation for this class was generated from the following file: