KHolidays Library
KHolidays::position Class Reference
#include <position.hh>
Public Member Functions | |
position () | |
void | initialize (std::string *fn) |
Line and Column related manipulators | |
void | lines (int count=1) |
void | columns (int count=1) |
Public Attributes | |
unsigned int | column |
std::string * | filename |
unsigned int | line |
Detailed Description
Abstract a position.
Definition at line 49 of file position.hh.
Constructor & Destructor Documentation
|
inline |
Construct a position.
Definition at line 54 of file position.hh.
Member Function Documentation
|
inline |
(column related) Advance to the COUNT next columns.
Definition at line 79 of file position.hh.
|
inline |
Initialization.
Definition at line 61 of file position.hh.
|
inline |
(line related) Advance to the COUNT next lines.
Definition at line 72 of file position.hh.
Member Data Documentation
unsigned int KHolidays::position::column |
Current column number.
Definition at line 96 of file position.hh.
std::string* KHolidays::position::filename |
File name to which this position refers.
Definition at line 92 of file position.hh.
unsigned int KHolidays::position::line |
Current line number.
Definition at line 94 of file position.hh.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.