Go to the documentation of this file.
38 #ifndef BISON_LOCATION_HH
39 # define BISON_LOCATION_HH
43 # include "position.hh"
49 #line 50 "location.hh"
80 inline void columns (
unsigned int count = 1)
86 inline void lines (
unsigned int count = 1)
134 return !(loc1 == loc2);
152 ostr <<
'-' << last.
line <<
'.' << last.column;
154 ostr <<
'-' << last.column;
162 #line 163 "location.hh"
164 #endif // not BISON_LOCATION_HH
Please comment this page and report errors about it on
the RefDocComments page.
Generated on Sat Oct 27 2012 09:34:32 for spot by
1.8.1.2