|
FAUST compiler
0.9.9.6b8
|
#include <iostream>#include <fstream>#include <set>#include <time.h>#include <cstdlib>#include <errno.h>#include "doc_notice.hh"#include "doc_lang.hh"#include "enrobage.hh"#include "compatibility.hh"
Go to the source code of this file.
Functions | |
| static void | initDocNoticeKeySet () |
| Initialize gDocNoticeKeySet, a set containing all the keywords. More... | |
| static void | initDocNoticeFlagMap () |
| Initialize gDocNoticeFlagMap, a map containing all the flags. More... | |
| void | printDocNotice (const string &faustversion, ostream &docout) |
| Print the content of the notice (a string map), as LaTeX items inside an itemize environment. More... | |
| void | initDocNotice () |
| Dispatch initialization of notice containers, after default notice file loading. More... | |
Variables | |
| map< string, bool > | gDocNoticeFlagMap |
| gDocNoticeFlagMap is public to let others turn to "true" flags that one want to print. More... | |
| map< string, string > | gDocNoticeStringMap |
| set< string > | gDocNoticeKeySet |
| map< string, string > | gDocAutodocStringMap |
| string | gMasterName |
| void initDocNotice | ( | ) |
Dispatch initialization of notice containers, after default notice file loading.
Definition at line 134 of file doc_notice.cpp.
References initDocNoticeFlagMap(), and initDocNoticeKeySet().
Referenced by loadTranslationFile().


|
static |
Initialize gDocNoticeFlagMap, a map containing all the flags.
Definition at line 178 of file doc_notice.cpp.
References gDocNoticeFlagMap, and gDocNoticeKeySet.
Referenced by initDocNotice().

|
static |
Initialize gDocNoticeKeySet, a set containing all the keywords.
Definition at line 151 of file doc_notice.cpp.
References gDocNoticeKeySet.
Referenced by initDocNotice().

| void printDocNotice | ( | const string & | faustversion, |
| ostream & | docout | ||
| ) |
Print the content of the notice (a string map), as LaTeX items inside an itemize environment.
| [in] | notice | The set containing the strings to print as items. |
| [in] | faustversion | The current version of this Faust compiler. |
| [out] | docout | The LaTeX output file to print into. |
Definition at line 66 of file doc_notice.cpp.
References gDocAutodocStringMap, gDocNoticeFlagMap, and gDocNoticeStringMap.
Referenced by printdoccontent().

| map<string, string> gDocAutodocStringMap |
Definition at line 40 of file doc_autodoc.cpp.
Referenced by declareAutoDoc(), printDocAutodocStringMapContent(), and printDocNotice().
| map<string, bool> gDocNoticeFlagMap |
gDocNoticeFlagMap is public to let others turn to "true" flags that one want to print.
Definition at line 36 of file doc_notice.cpp.
Referenced by DocCompiler::compileLateq(), DocCompiler::generateBinOp(), DocCompiler::generateButton(), DocCompiler::generateCacheCode(), DocCompiler::generateCheckbox(), DocCompiler::generateDocConstantTbl(), DocCompiler::generateDocWriteTbl(), DocCompiler::generateFConst(), DocCompiler::generateFFun(), DocCompiler::generateFVar(), DocCompiler::generateHSlider(), DocCompiler::generateInput(), DocCompiler::generateIntCast(), DocCompiler::generateNumber(), DocCompiler::generateNumEntry(), DocCompiler::generateOutput(), DocCompiler::generatePrefix(), DocCompiler::generateRec(), DocCompiler::generateSelect2(), DocCompiler::generateSelect3(), DocCompiler::generateVariableStore(), DocCompiler::generateVSlider(), initDocNoticeFlagMap(), printDocDgm(), and printDocNotice().
| set<string> gDocNoticeKeySet |
Definition at line 39 of file doc_notice.cpp.
Referenced by initDocNoticeFlagMap(), initDocNoticeKeySet(), and storePair().
| map<string, string> gDocNoticeStringMap |
Definition at line 38 of file doc_notice.cpp.
Referenced by importDocStrings(), printDocNotice(), and storePair().
1.8.7