OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::common::ImpliedSenderMessageHandleTraits< Handler, Registrar > Class Template Reference

A class template for the common message traits where the registrar is passed by pointer, has registerHandler and unregisterHandler methods, and doesn't take a RawSenderType because it's implied. More...

#include <osvr/Common/MessageHandler.h>

Classes

class  registration_type
 

Public Types

typedef Handler handler_type
 

Detailed Description

template<typename Handler, typename Registrar>
class osvr::common::ImpliedSenderMessageHandleTraits< Handler, Registrar >

A class template for the common message traits where the registrar is passed by pointer, has registerHandler and unregisterHandler methods, and doesn't take a RawSenderType because it's implied.

Definition at line 55 of file MessageHandler.h.


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