|
Csound and CsoundAC API
5.17
|
#include <allegro.h>
Public Member Functions | |
| Alg_atoms () | |
| Alg_attribute | insert_attribute (Alg_attribute attr) |
| Alg_attribute | insert_string (const char *name) |
| virtual | ~Alg_atoms () |
Private Member Functions | |
| void | expand () |
| Alg_attribute | insert_new (const char *name, char attr_type) |
Private Attributes | |
| Alg_attribute * | atoms |
| long | len |
| long | maxlen |
|
private |
| Alg_attribute Alg_atoms::insert_attribute | ( | Alg_attribute | attr | ) |
|
private |
| Alg_attribute Alg_atoms::insert_string | ( | const char * | name | ) |
|
private |
Referenced by Alg_atoms(), and ~Alg_atoms().
|
private |
Referenced by Alg_atoms(), and ~Alg_atoms().
|
private |
Referenced by Alg_atoms().
1.8.1.2