|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Public Member Functions | |
| OptionsNSCR () | |
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 1622 of file LexOthers.cxx.
|
inline |
Definition at line 1633 of file LexOthers.cxx.
References fold, foldAtElse, foldComment, foldCommentExplicit, foldCommentMultiline, foldCompact, foldExplicitAnywhere, foldExplicitEnd, foldExplicitStart, and foldSyntaxBased.
| bool OptionsNSCR::fold |
Definition at line 1623 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| bool OptionsNSCR::foldAtElse |
Definition at line 1632 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| bool OptionsNSCR::foldComment |
Definition at line 1625 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| bool OptionsNSCR::foldCommentExplicit |
Definition at line 1627 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| bool OptionsNSCR::foldCommentMultiline |
Definition at line 1626 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| bool OptionsNSCR::foldCompact |
Definition at line 1631 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| bool OptionsNSCR::foldExplicitAnywhere |
Definition at line 1630 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| std::string OptionsNSCR::foldExplicitEnd |
Definition at line 1629 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| std::string OptionsNSCR::foldExplicitStart |
Definition at line 1628 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().
| bool OptionsNSCR::foldSyntaxBased |
Definition at line 1624 of file LexOthers.cxx.
Referenced by LexerNSCR::Fold(), OptionSetNSCR::OptionSetNSCR(), and OptionsNSCR().