OSVR-Core
Public Types | List of all members
osvr::common::CallbackStorage Struct Reference

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

#include <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.

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