cableSchema.cpp File Reference

#include "cableSchema.h"
#include "schema.h"
#include <assert.h>
#include <iostream>
Include dependency graph for cableSchema.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

schemamakeCableSchema (unsigned int n)
 Build n cables in parallel.

Function Documentation

schema* makeCableSchema ( unsigned int  n  ) 

Build n cables in parallel.

Definition at line 32 of file cableSchema.cpp.

Referenced by generateInsideSchema(), and makeSeqSchema().

00033 {
00034     assert(n>0);
00035     return new cableSchema(n);
00036 }

Here is the caller graph for this function:

Generated on Thu Jul 15 16:15:36 2010 for FAUST compiler by  doxygen 1.6.3