KHolidays Library
Define the KHolidays::position class. More...
#include <iostream>
#include <string>
Include dependency graph for position.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KHolidays::position |
Abstract a position. More... | |
Functions | |
const position | KHolidays::operator+ (const position &begin, const int width) |
const position & | KHolidays::operator+= (position &res, const int width) |
const position | KHolidays::operator- (const position &begin, const int width) |
const position & | KHolidays::operator-= (position &res, const int width) |
std::ostream & | KHolidays::operator<< (std::ostream &ostr, const position &pos) |
Detailed Description
Define the KHolidays::position class.
Definition in file position.hh.