NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
SyntaxBlockDefinition Struct Reference

A simple structure to define a syntax block for folding, etc. More...

#include <syntax.hpp>

Collaboration diagram for SyntaxBlockDefinition:

Public Attributes

std::string startWord
 
std::string endWord
 
std::string middleWord1
 
std::string middleWord2
 

Detailed Description

A simple structure to define a syntax block for folding, etc.

Definition at line 34 of file syntax.hpp.

Member Data Documentation

◆ endWord

std::string SyntaxBlockDefinition::endWord

Definition at line 37 of file syntax.hpp.

Referenced by NumeReEditor::OnMouseDwell(), and NumeReSyntax::splitDefs().

◆ middleWord1

std::string SyntaxBlockDefinition::middleWord1

Definition at line 38 of file syntax.hpp.

Referenced by NumeReEditor::OnMouseDwell(), and NumeReSyntax::splitDefs().

◆ middleWord2

std::string SyntaxBlockDefinition::middleWord2

Definition at line 39 of file syntax.hpp.

Referenced by NumeReEditor::OnMouseDwell(), and NumeReSyntax::splitDefs().

◆ startWord

std::string SyntaxBlockDefinition::startWord

Definition at line 36 of file syntax.hpp.

Referenced by NumeReEditor::OnMouseDwell(), and NumeReSyntax::splitDefs().


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