|
FAUST compiler
0.9.9.6b8
|
#include "timing.hh"#include "compile.hh"#include "floats.hh"#include "sigtype.hh"#include <stdio.h>#include "sigprint.hh"#include "ppsig.hh"#include "sigtyperules.hh"#include "simplify.hh"#include "privatise.hh"
Go to the source code of this file.
Functions | |
| static string | wdel (const string &s) |
| Removes enclosing whitespaces : ' toto ' -> 'toto'. More... | |
Variables | |
| int | gDetailsSwitch |
| string | gMasterName |
|
static |
Removes enclosing whitespaces : ' toto ' -> 'toto'.
Definition at line 148 of file compile.cpp.
Referenced by Compiler::generateUserInterfaceTree(), and Compiler::generateWidgetCode().

| int gDetailsSwitch |
Definition at line 114 of file main.cpp.
Referenced by main(), and process_cmdline().
| string gMasterName |
Definition at line 106 of file main.cpp.
Referenced by initFaustDirectories(), makeDrawPath(), and makeDrawPathNoExt().
1.8.7