#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 incompatible values. More... | |
std::string | value0Name |
name of the first value. More... | |
const void * | value0 |
pointer to the first value. More... | |
std::string | value1Name |
name of the second value. More... | |
const void * | value1 |
pointer to the second value. More... |
|
position in file, where the warning was raised.
|
|
context of the warning.
|
|
type of the incompatible values.
|
|
name of the first value.
|
|
pointer to the first value.
|
|
name of the second value.
|
|
pointer to the second value.
|