ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::expressions::detail::VirtualMachine::Command::DbgInformation Struct Reference

Description:

Provides additional debug information for a command. Available only with debug-builds of the library. Used with VirtualMachine::DbgList

Definition at line 74 of file virtualmachine.inl.

Collaboration diagram for alib::expressions::detail::VirtualMachine::Command::DbgInformation:
[legend]

Public Field Index:

const char * Callback
 The native C++ name of the callback function.
 
CompilerPluginPlugin = nullptr
 The plug-in that provided the callback or constant.
 

Field Details:

◆ Callback

const char* alib::expressions::detail::VirtualMachine::Command::DbgInformation::Callback

The native C++ name of the callback function.

Definition at line 80 of file virtualmachine.inl.

◆ Plugin

CompilerPlugin* alib::expressions::detail::VirtualMachine::Command::DbgInformation::Plugin = nullptr

The plug-in that provided the callback or constant.

Definition at line 77 of file virtualmachine.inl.


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