#include <PlugInCallback.h>
Public Attributes | |
size_t | position |
position in file, where the warning was raised. More... | |
std::string | context |
context of the warning. More... | |
PIC_TYPE_ID | valueType |
type of the invalid value. More... | |
std::string | valueName |
name of the value. More... | |
const void * | value |
pointer to the value. More... |
|
position in file, where the warning was raised.
|
|
context of the warning.
|
|
type of the invalid value.
|
|
name of the value.
|
|
pointer to the value.
|