NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Public Member Functions | |
OptionsNPRC () | |
Public Attributes | |
bool | fold |
bool | foldSyntaxBased |
bool | foldComment |
bool | foldCommentMultiline |
bool | foldCommentExplicit |
std::string | foldExplicitStart |
std::string | foldExplicitEnd |
bool | foldExplicitAnywhere |
bool | foldCompact |
bool | foldAtElse |
Definition at line 2299 of file LexOthers.cxx.
|
inline |
Definition at line 2310 of file LexOthers.cxx.
References fold, foldAtElse, foldComment, foldCommentExplicit, foldCommentMultiline, foldCompact, foldExplicitAnywhere, foldExplicitEnd, foldExplicitStart, and foldSyntaxBased.
bool OptionsNPRC::fold |
Definition at line 2300 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
bool OptionsNPRC::foldAtElse |
Definition at line 2309 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
bool OptionsNPRC::foldComment |
Definition at line 2302 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
bool OptionsNPRC::foldCommentExplicit |
Definition at line 2304 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
bool OptionsNPRC::foldCommentMultiline |
Definition at line 2303 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
bool OptionsNPRC::foldCompact |
Definition at line 2308 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
bool OptionsNPRC::foldExplicitAnywhere |
Definition at line 2307 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
std::string OptionsNPRC::foldExplicitEnd |
Definition at line 2306 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
std::string OptionsNPRC::foldExplicitStart |
Definition at line 2305 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().
bool OptionsNPRC::foldSyntaxBased |
Definition at line 2301 of file LexOthers.cxx.
Referenced by LexerNPRC::Fold(), OptionSetNPRC::OptionSetNPRC(), and OptionsNPRC().