src/location.hh File Reference

Define the example::location class. More...

Go to the source code of this file.


Classes

class  example::location
 Abstract a location. More...

Namespaces

namespace  example
 The example namespace is used to encapsulate the three parser classes example::Parser, example::Scanner and example::Driver.

Functions

const location example::operator+ (const location &begin, const location &end)
 Join two location objects to create a location.
const location example::operator+ (const location &begin, unsigned int width)
 Add two location objects.
location & example::operator+= (location &res, unsigned int width)
 Add and assign a location.
bool example::operator== (const location &loc1, const location &loc2)
 Compare two location objects.
bool example::operator!= (const location &loc1, const location &loc2)
 Compare two location objects.
std::ostream & example::operator<< (std::ostream &ostr, const location &loc)
 Intercept output stream redirection.


Detailed Description

Define the example::location class.

Definition in file location.hh.


Generated on Sat Sep 5 10:26:25 2009 for Flex Bison C++ Example by  doxygen 1.5.9