ccScript 5.1.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Attributes | Friends | List of all members
ucommon::Script::error Class Reference

A class to collect compile-time errors. More...

#include <ccscript.h>

Inheritance diagram for ucommon::Script::error:
Inheritance graph
[legend]
Collaboration diagram for ucommon::Script::error:
Collaboration graph
[legend]

Public Attributes

const char * filename
 
char * errmsg
 
unsigned errline
 

Friends

class Script
 

Detailed Description

A class to collect compile-time errors.

These are collected as the script is compiled, and can then be examined. This allows one to push errors into an alternate logging facility.

Author
David Sugar dyfet.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org

Definition at line 377 of file ccscript.h.

Friends And Related Function Documentation

friend class Script
friend

Definition at line 380 of file ccscript.h.

Member Data Documentation

unsigned ucommon::Script::error::errline

Definition at line 389 of file ccscript.h.

char* ucommon::Script::error::errmsg

Definition at line 388 of file ccscript.h.

const char* ucommon::Script::error::filename

Definition at line 387 of file ccscript.h.


The documentation for this class was generated from the following files: