FAUST compiler  0.9.9.6b8
Classes | Functions
ppsig.hh File Reference
#include <iostream>
#include <sstream>
#include "signals.hh"
Include dependency graph for ppsig.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ppsig

Functions

ostream & operator<< (ostream &file, const ppsig &pp)

Function Documentation

ostream& operator<< ( ostream &  file,
const ppsig pp 
) [inline]

Definition at line 80 of file ppsig.hh.

References ppsig::print().

{ return pp.print(file); }

Here is the call graph for this function: