|
FAUST compiler
0.9.9.6b8
|
#include <stdio.h>#include <iostream>#include <cstdlib>#include <set>#include <sstream>#include "lateq.hh"#include "Text.hh"
Go to the source code of this file.
Functions | |
| static int | getLateqIndex (const string &s) |
| Find out the index of signals in LaTeX signal definition strings, between the first "_{" and "}" patterns. More... | |
| static bool | compLateqIndexes (const string &s1, const string &s2) |
| Compare indexes of two LaTeX strings, for the sort() method applied on list<string> fields. More... | |
| static void | initDocMathKeySet () |
| Initialize gDocMathKeySet, a set containing all the keywords. More... | |
| template<class T > | |
| std::string | to_string (const T &t) |
| void | initDocMath () |
| Dispatch initialization of autodoc container. More... | |
Variables | |
| map< string, string > | gDocMathStringMap |
| set< string > | gDocMathKeySet |
|
static |
Compare indexes of two LaTeX strings, for the sort() method applied on list<string> fields.
Definition at line 483 of file lateq.cpp.
References getLateqIndex().
Referenced by Lateq::println().


|
static |
Find out the index of signals in LaTeX signal definition strings, between the first "_{" and "}" patterns.
| [in] | s | A LaTeX string to parse. |
Definition at line 496 of file lateq.cpp.
Referenced by compLateqIndexes().

| void initDocMath | ( | ) |
Dispatch initialization of autodoc container.
Definition at line 468 of file lateq.cpp.
References initDocMathKeySet().
Referenced by loadTranslationFile().


|
static |
Initialize gDocMathKeySet, a set containing all the keywords.
Definition at line 523 of file lateq.cpp.
References gDocMathKeySet.
Referenced by initDocMath().

|
inline |
Definition at line 60 of file lateq.cpp.
Referenced by Lateq::makeSigDomain(), and Lateq::println().

| set<string> gDocMathKeySet |
Definition at line 52 of file lateq.cpp.
Referenced by initDocMathKeySet(), and storePair().
| map<string, string> gDocMathStringMap |
Definition at line 51 of file lateq.cpp.
Referenced by importDocStrings(), Lateq::makeItemTitle(), Lateq::makeSigDomain(), Lateq::makeSignamesList(), DocCompiler::prepareBinaryUI(), DocCompiler::prepareIntervallicUI(), printDocDgm(), Lateq::printHierarchy(), Lateq::println(), and storePair().
1.8.7