KHolidays Library
KHolidays::HolidayScannerPlan Class Reference
HolidayScannerPlan implementation class. More...
#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.
For internal use only.
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: