cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmMessage Struct Reference

Data Fields

const char * filename
 
size_t line
 
size_t column
 
enum cmMessageType type
 
const char * content
 
size_t size
 

Detailed Description

Encapsulates a message for the end user.

Field Documentation

§ column

size_t cmMessage::column

The column that the message came from.

§ content

const char* cmMessage::content

The message content.

§ filename

const char* cmMessage::filename

The name of the file that invoked the command.

§ line

size_t cmMessage::line

The line that the message came from.

§ size

size_t cmMessage::size

The number of characters in the message.

§ type

enum cmMessageType cmMessage::type

Indicates the type of this message.


The documentation for this struct was generated from the following file: