FAUST compiler  0.9.9.6b8
Classes | Functions
mterm.hh File Reference
#include <stdio.h>
#include <assert.h>
#include "tlib.hh"
#include "signals.hh"
#include "sigprint.hh"
#include "simplify.hh"
#include "normalize.hh"
#include "sigorderrules.hh"
#include <map>
#include <list>
Include dependency graph for mterm.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mterm
 Implements a multiplicative term, a term of type k*x^n*y^m*... More...
 

Functions

ostream & operator<< (ostream &s, const mterm &m)
 

Function Documentation

ostream& operator<< ( ostream &  s,
const mterm m 
)
inline

Definition at line 62 of file mterm.hh.

References mterm::print().

62 { return m.print(s); }
ostream & print(ostream &dst) const
print a mterm k*x1**n1*x2**n2...
Definition: mterm.cpp:48

Here is the call graph for this function: