libcmml  0.9.1
Data Fields
CMML_Error Struct Reference

#include <cmml.h>

Data Fields

CMML_Error_Type type
 
long line
 
long col
 

Detailed Description

CMML_Error: contains the error type plus the line and col numbers where they occured.

Examples:
cmml-validate.c.

Field Documentation

CMML_Error_Type CMML_Error::type

holds the error code

Examples:
cmml-validate.c.

Referenced by main().

long CMML_Error::line

line in which error occured

long CMML_Error::col

column in which error occured


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