|
FAUST compiler
0.9.9.6b8
|
#include <schema.h>

Public Member Functions | |
| trait (const point &p1, const point &p2) | |
| void | draw (device &dev) const |
| bool | operator< (const trait &t) const |
Public Attributes | |
| point | start |
| point | end |
| bool | hasRealInput |
| bool | hasRealOutput |
| trait::trait | ( | const point & | p1, |
| const point & | p2 | ||
| ) | [inline] |
| void trait::draw | ( | device & | dev | ) | const [inline] |
| bool trait::operator< | ( | const trait & | t | ) | const [inline] |
Definition at line 59 of file schema.h.
Referenced by operator<().
| bool trait::hasRealInput |
| bool trait::hasRealOutput |
Definition at line 58 of file schema.h.
Referenced by operator<().
1.8.0