LibGimbal
1.0.0
Ultimate C17/C++20 Cross-Language Runtime Framework and Meta Type System
|
#include <gimbal_meta.hpp>
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 |
F | 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 | |
Definition at line 95 of file gimbal_meta.hpp.
|
inline |
Definition at line 101 of file gimbal_meta.hpp.
|
inline |
Definition at line 100 of file gimbal_meta.hpp.