libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::CallbackBlockHeader< Args > Struct Template Reference
Collaboration diagram for LibXR::CallbackBlockHeader< Args >:
[legend]

Public Types

using InvokeFunType = void (*)(void*, bool, Args...)
 

Data Fields

InvokeFunType run_fun_ = nullptr
 

Detailed Description

template<typename... Args>
struct LibXR::CallbackBlockHeader< Args >

Definition at line 14 of file libxr_cb.hpp.

Member Typedef Documentation

◆ InvokeFunType

template<typename... Args>
using LibXR::CallbackBlockHeader< Args >::InvokeFunType = void (*)(void*, bool, Args...)

Definition at line 16 of file libxr_cb.hpp.

Field Documentation

◆ run_fun_

template<typename... Args>
InvokeFunType LibXR::CallbackBlockHeader< Args >::run_fun_ = nullptr

Definition at line 18 of file libxr_cb.hpp.


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