KHolidays Library
Go to the source code of this file.
Classes | |
class | KHolidays::location |
Functions | |
bool | KHolidays::operator!= (const location &loc1, const location &loc2) |
const location | KHolidays::operator+ (const location &begin, const location &end) |
const location | KHolidays::operator+ (const location &begin, unsigned int width) |
location & | KHolidays::operator+= (location &res, unsigned int width) |
std::ostream & | KHolidays::operator<< (std::ostream &ostr, const location &loc) |
bool | KHolidays::operator== (const location &loc1, const location &loc2) |
Detailed Description
Define the KHolidays::location class.
Definition in file location.hh.
Function Documentation
Compare two location objects.
Definition at line 136 of file location.hh.
Join two location objects to create a location.
Definition at line 105 of file location.hh.
|
inline |
Add two location objects.
Definition at line 113 of file location.hh.
|
inline |
Add and assign a location.
Definition at line 121 of file location.hh.
|
inline |
Intercept output stream redirection.
- Parameters
-
ostr the destination output stream loc a reference to the location to redirect
Avoid duplicate information.
Definition at line 147 of file location.hh.
Compare two location objects.
Definition at line 129 of file location.hh.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue Feb 21 2017 02:29:08 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue Feb 21 2017 02:29:08 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.