KHolidays Library
KHolidays::HolidayScannerPlan Class Reference
#include <holidayscannerplan_p.h>
Inherits HolidayScannerFlexLexer.
Public Member Functions | |
HolidayScannerPlan (std::istream *arg_yyin=0, std::ostream *arg_yyout=0) | |
virtual HolidayParserPlan::token_type | lex (HolidayParserPlan::semantic_type *yylval, HolidayParserPlan::location_type *yylloc) |
void | set_debug (bool b) |
Detailed Description
HolidayScannerPlan implementation class.
Implements the flex scanner for scanning Plan holiday files as implemented in KDE SC 4.5 onwards. This includes extensions to the file format to support non-Gregorian calendar systems, metadata, and other new features.
Implemented using Flex C++ mode, based on the example at http://idlebox.net/2007/flex-bison-cpp-example/ which is released to Public Domain.
Private, for internal use only
Definition at line 63 of file holidayscannerplan_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.