|
FAUST compiler
0.9.9.6b8
|
#include <iostream>#include <fstream>#include <sstream>#include <map>#include <string>

Go to the source code of this file.
Functions | |
| void | initDocNotice () |
| Dispatch initialization of notice containers, after default notice file loading. 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... | |
Variables | |
| map< string, bool > | gDocNoticeFlagMap |
| gDocNoticeFlagMap is public to let others turn to "true" flags that one want to print. More... | |
| 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().


| 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, 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().
1.8.7