![]() |
Plasma Engine
2.0
|
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 plToken * | m_pToken = nullptr |
plStringView | 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.