ct_common  1.0.1
Common library for combinatorial testing
Classes | Namespaces | Functions
src/ct_common/file_parse/location.hh File Reference
#include <iostream>
#include <string>
#include "position.hh"

Go to the source code of this file.

Classes

class  yy::location
 Abstract a location. More...

Namespaces

namespace  yy

Functions

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

Detailed Description

Define the yy::location class.

Definition in file location.hh.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines