C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

coord.cc File Reference

#include "c_breeze.h"

Go to the source code of this file.

Defines

#define TAB_WIDTH   8

Functions

simpleCoord get_pos ()
ostream & operator<< (ostream &lhs, const Coord &rhs)

Variables

char * cbtext
char * lexer_line_start


Define Documentation

#define TAB_WIDTH   8
 

Definition at line 43 of file coord.cc.

Referenced by Coord::get(), and get_pos().


Function Documentation

simpleCoord get_pos  
 

Definition at line 63 of file coord.cc.

References simpleCoord::_line, simpleCoord::_offset, cbtext, CBZ::current_line, lexer_line_start, and TAB_WIDTH.

ostream& operator<< ostream &    lhs,
const Coord   rhs
 

Definition at line 110 of file coord.cc.

References Coord::file(), CBZ::Files, Coord::line(), and Coord::offset().


Variable Documentation

char* cbtext
 

Definition at line 40 of file coord.cc.

Referenced by Coord::get(), and get_pos().

char* lexer_line_start
 

Definition at line 41 of file coord.cc.

Referenced by Coord::get(), and get_pos().


Generated on August 27, 2003
Back to the C-Breeze home page