Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/src/sql/server/location.hh File Reference
#include <iostream>
#include <string>
#include "position.hh"
Include dependency graph for location.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CoGaDB::SQL::location
 Abstract a location. More...

Namespaces

namespace  CoGaDB
 

The global namespace of the programming tasks, to avoid name claches with other libraries.


namespace  CoGaDB::SQL

Functions

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

Detailed Description

Define the CoGaDB::SQL::location class.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines