Home
last modified time | relevance | path

Searched defs:FIRUserInterfaceBlockInstruction (Results 1 – 1 of 1) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_bytecode.hh369 struct FIRUserInterfaceBlockInstruction : public FBCInstruction { struct
373 FIRUserInterfaceBlockInstruction() {} in FIRUserInterfaceBlockInstruction() argument
375 virtual ~FIRUserInterfaceBlockInstruction() in ~FIRUserInterfaceBlockInstruction() argument
382 void push(FIRUserInterfaceInstruction<REAL>* inst) in push()
387 …virtual void write(std::ostream* out, bool binary = false, bool small = false, bool recurse = true) in write()
395 std::map<std::string, int>& getPathMap() in getPathMap()
434 void freezeDefaultValues(std::map<int, REAL>& real_map) in freezeDefaultValues()
447 void unFreezeValue(std::map<int, REAL>& real_map, FBCInstruction::Opcode opcode) in unFreezeValue()
456 void unFreezeValue(std::map<int, REAL>& real_map, const std::string& path) in unFreezeValue()
463 void unFreezeValue(std::map<int, REAL>& real_map) in unFreezeValue()