![]() |
ezEngine
Release 25.03
|
The event data that the processor broadcasts. More...
#include <Preprocessor.h>
Public Types | |
enum | EventType { BeginExpansion, EndExpansion, Error, Warning, CheckDefined, CheckIfdef, CheckIfndef, EvaluateUnknown, Define, Redefine } |
The event types that the processor broadcasts. More... | |
Public Attributes | |
EventType | m_Type = EventType::Error |
const ezToken * | m_pToken = nullptr |
ezStringView | m_sInfo |
The event data that the processor broadcasts.
Please note that m_pToken contains a lot of interesting information, such as the current file and line number and of course the current piece of text.
The event types that the processor broadcasts.