OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::common::CallbackStorage Struct Reference

Trait computing the storage for callbacks for a report type. More...

#include <osvr/Common/InterfaceCallbacks.h>

Public Types

template<typename ReportType >
using apply = std::vector< std::function< void(const OSVR_TimeValue *, const ReportType *)>>
 

Detailed Description

Trait computing the storage for callbacks for a report type.

Todo:
can't use quote because of bad interaction with MSVC 2013 that causes types to get mixed up - only the first quote works.

Definition at line 47 of file InterfaceCallbacks.h.


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