|
FAUST compiler
0.9.9.6b8
|
#include <string>#include <list>#include <set>#include <map>#include "signals.hh"#include "smartpointer.hh"#include "tlib.hh"#include "uitree.hh"

Go to the source code of this file.
Classes | |
| class | Description |
Functions | |
| void | extractMetadata (const string &fulllabel, string &label, map< string, set< string > > &metadata) |
| Extracts metdata from a label : 'vol [unit: dB]' -> 'vol' + metadata. More... | |
| string | extractName (Tree fulllabel) |
| void extractMetadata | ( | const string & | fulllabel, |
| string & | label, | ||
| map< string, set< string > > & | metadata | ||
| ) |
Extracts metdata from a label : 'vol [unit: dB]' -> 'vol' + metadata.
Definition at line 14 of file description.cpp.
References rmWhiteSpaces().
Referenced by extractName(), Compiler::generateUserInterfaceTree(), Compiler::generateWidgetCode(), Compiler::generateWidgetMacro(), DocCompiler::getUIDocInfos(), and xmlize().


| string extractName | ( | Tree | fulllabel | ) |
Definition at line 110 of file description.cpp.
References extractMetadata(), name(), and tree2str().
Referenced by generateInsideSchema(), and UserInterfaceDescription().


1.8.7