ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
VirtualMachine::Command::DbgInformation Struct Reference

Description:

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

Definition at line 97 of file virtualmachine.hpp.

#include <virtualmachine.hpp>

Collaboration diagram for 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* Callback

The native C++ name of the callback function.

Definition at line 103 of file virtualmachine.hpp.

◆ Plugin

CompilerPlugin* Plugin = nullptr

The plug-in that provided the callback or constant.

Definition at line 100 of file virtualmachine.hpp.


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