|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| const char * | filename |
| size_t | line |
| size_t | column |
| enum cmMessageType | type |
| const char * | content |
| size_t | size |
Encapsulates a message for the end user.
| size_t cmMessage::column |
The column that the message came from.
| const char* cmMessage::content |
The message content.
| const char* cmMessage::filename |
The name of the file that invoked the command.
| size_t cmMessage::line |
The line that the message came from.
| size_t cmMessage::size |
The number of characters in the message.
| enum cmMessageType cmMessage::type |
Indicates the type of this message.
1.8.12