Shaka Player Embedded
Public Types | Static Public Member Functions | List of all members
shaka::JsObjectWrapper::Converter< void, Dummy > Struct Template Reference

#include <js_object_wrapper.h>

Public Types

using variant_type = AsyncResults< void >::variant_type
 
using future_type = std::shared_future< variant_type >
 

Static Public Member Functions

static variant_type Convert (const std::string &, Handle< JsValue >)
 

Detailed Description

template<typename Dummy>
struct shaka::JsObjectWrapper::Converter< void, Dummy >

Definition at line 72 of file js_object_wrapper.h.

Member Typedef Documentation

§ future_type

template<typename Dummy >
using shaka::JsObjectWrapper::Converter< void, Dummy >::future_type = std::shared_future<variant_type>

Definition at line 74 of file js_object_wrapper.h.

§ variant_type

template<typename Dummy >
using shaka::JsObjectWrapper::Converter< void, Dummy >::variant_type = AsyncResults<void>::variant_type

Definition at line 73 of file js_object_wrapper.h.

Member Function Documentation

§ Convert()

template<typename Dummy >
static variant_type shaka::JsObjectWrapper::Converter< void, Dummy >::Convert ( const std::string &  ,
Handle< JsValue >   
)
inlinestatic

Definition at line 76 of file js_object_wrapper.h.


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