FAUST compiler  0.9.9.6b8
Functions
inverterSchema.cpp File Reference
#include "inverterSchema.h"
#include <assert.h>
#include <iostream>
Include dependency graph for inverterSchema.cpp:

Go to the source code of this file.

Functions

schemamakeInverterSchema (const string &color)
 Build n cables in parallel.

Function Documentation

schema* makeInverterSchema ( const string &  color)

Build n cables in parallel.

Definition at line 35 of file inverterSchema.cpp.

Referenced by generateInsideSchema().

{
    return new inverterSchema(color);
}

Here is the caller graph for this function: