|
FAUST compiler
0.9.9.6b8
|
An automatic stack of contexts. More...
#include <contextor.hh>
Public Member Functions | |
| contextor (int n) | |
| contextor () | |
| ~contextor () | |
| void | set (int n) |
| int | get () |
Static Private Attributes | |
| static int | top = 0 |
| static int | pile [1024] |
An automatic stack of contexts.
Definition at line 41 of file contextor.hh.
| contextor::contextor | ( | int | n | ) | [inline] |
| contextor::contextor | ( | ) | [inline] |
| contextor::~contextor | ( | ) | [inline] |
| int contextor::get | ( | ) | [inline] |
| void contextor::set | ( | int | n | ) | [inline] |
int contextor::pile [static, private] |
Definition at line 44 of file contextor.hh.
Referenced by contextor(), get(), and set().
int contextor::top = 0 [static, private] |
Definition at line 43 of file contextor.hh.
Referenced by contextor(), get(), set(), and ~contextor().
1.8.0