KHolidays Library
#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.
Constructor & Destructor Documentation
◆ HolidayScannerPlan()
KHolidays::HolidayScannerPlan::HolidayScannerPlan | ( | std::istream * | arg_yyin = 0, |
std::ostream * | arg_yyout = 0 ) |
Definition at line 3715 of file holidayscannerplan.cpp.
◆ ~HolidayScannerPlan()
|
virtual |
Definition at line 3720 of file holidayscannerplan.cpp.
Member Function Documentation
◆ set_debug()
void KHolidays::HolidayScannerPlan::set_debug | ( | bool | b | ) |
Definition at line 3724 of file holidayscannerplan.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.