Skip to main content

The Private Struct Reference

Declaration

struct FortranOutlineParser::Private { ... }

Public Constructors Index

Private (FortranFormat fmt)

Public Member Attributes Index

yyscan_tyyscanner
fortranscannerYY_stateextra
FortranFormatformat

Definition at line 3329 of file fortranscanner.l.

Public Constructors

Private()

FortranOutlineParser::Private::Private (FortranFormat fmt)
inline

Definition at line 3334 of file fortranscanner.l.

3335 {
3336 fortranscannerYYlex_init_extra(&extra,&yyscanner);
3337#ifdef FLEX_DEBUG
3338 fortranscannerYYset_debug(Debug::isFlagSet(Debug::Lex_fortranscanner) ? 1 : 0,yyscanner);
3339#endif
3340 }

References extra, format, Debug::isFlagSet, Debug::Lex_fortranscanner and yyscanner.

Public Member Attributes

extra

fortranscannerYY_state FortranOutlineParser::Private::extra

Definition at line 3332 of file fortranscanner.l.

Referenced by Private.

format

FortranFormat FortranOutlineParser::Private::format

Definition at line 3333 of file fortranscanner.l.

Referenced by Private.

yyscanner

yyscan_t FortranOutlineParser::Private::yyscanner

Definition at line 3331 of file fortranscanner.l.

Referenced by Private.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.