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
◆ operator!=()
Compare two location objects.
Definition at line 136 of file location.hh.
◆ operator+() [1/2]
Join two location objects to create a location.
Definition at line 105 of file location.hh.
◆ operator+() [2/2]
|
inline |
Add two location objects.
Definition at line 113 of file location.hh.
◆ operator+=()
|
inline |
Add and assign a location.
Definition at line 121 of file location.hh.
◆ operator<<()
|
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.
◆ operator==()
Compare two location objects.
Definition at line 129 of file location.hh.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.