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