|
FAUST compiler
0.9.9.6b8
|
#include <tree.hh>
Public Member Functions | |
| Tabber (int n=0) | |
| Tabber & | operator++ () |
| Tabber & | operator-- () |
| ostream & | print (ostream &fout) |
Private Attributes | |
| int | fIndent |
| int | fPostInc |
| Tabber::Tabber | ( | int | n = 0 | ) | [inline] |
| Tabber& Tabber::operator++ | ( | ) | [inline] |
| Tabber& Tabber::operator-- | ( | ) | [inline] |
| ostream& Tabber::print | ( | ostream & | fout | ) | [inline] |
int Tabber::fIndent [private] |
Definition at line 250 of file tree.hh.
Referenced by operator--(), and print().
int Tabber::fPostInc [private] |
Definition at line 251 of file tree.hh.
Referenced by operator++(), and print().
1.8.0