LibGimbal  1.0.0
Ultimate C17/C++20 Cross-Language Runtime Framework and Meta Type System
Dispatcher Class Reference

#include <gimbal_meta.hpp>

Inheritance diagram for Dispatcher:
Collaboration diagram for Dispatcher:

Public Member Functions

 operator GblDispatcher * ()
 
const GblDispatcher * getDispatcher_ (void) const
 
- Public Member Functions inherited from DispatcherBase< Dispatcher >
gimbal::Size getSize (void) const
 
gimbal::Size getMethodCount (void) const
 
vMethod (F V::*pMethod) const
 
bool hasMethod (F V::*pMethod) const
 
decltype(auto) vCall (F V::*pMethod, auto &&... args) const
 
const V * getVTable (void) const
 
 operator const GblDispatcher * () const
 

Detailed Description

Definition at line 95 of file gimbal_meta.hpp.

Member Function Documentation

◆ getDispatcher_()

const GblDispatcher* getDispatcher_ ( void  ) const
inline

Definition at line 101 of file gimbal_meta.hpp.

◆ operator GblDispatcher *()

operator GblDispatcher * ( )
inline

Definition at line 100 of file gimbal_meta.hpp.


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