LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
common.hh File Reference

Definitions common to the whole task system. More...

#include <misc/timer.hh>
#include <misc/error.hh>
Include dependency graph for common.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

misc::timer task_timer
 Timing the tasks.
const char * filename
 Sole argument: the file to process.
misc::error task_error
 The current state of error.
Program identity.

Name of this program.

const char * program_name
const char * program_version
 Version string of this program.
const char * program_bug_address
 Bug report address of this program.
const char * program_doc
 Describe program and accepted arguments.
const char * program_args_doc

Detailed Description

Definitions common to the whole task system.

These variables are global. As such they should not be used in the libraries, but only in the "imperative" subsystem: the tasks.

Variable Documentation

const char* filename
const char* program_args_doc
const char* program_bug_address

Bug report address of this program.

Referenced by task::TaskRegister::parse_arg().

const char* program_doc

Describe program and accepted arguments.

Referenced by task::TaskRegister::parse_arg().

const char* program_version

Version string of this program.

Referenced by task::TaskRegister::parse_arg().