#include <Accessor.h>
Public Member Functions | |
| Accessor (string na, unsigned sel, unsigned typ) | |
| Convenient constructor. | |
Public Attributes | |
| string | mName |
| name | |
| unsigned | mSelector |
| operand selector (see macros in the instruments, e.g., set_attack_f) | |
| unsigned | mType |
| argument type (see macros above, e.g., CSL_FLOAT_TYPE) | |
| csl::Accessor::Accessor | ( | string | na, | |
| unsigned | sel, | |||
| unsigned | typ | |||
| ) | [inline] |
Convenient constructor.
| string csl::Accessor::mName |
name
| unsigned csl::Accessor::mSelector |
operand selector (see macros in the instruments, e.g., set_attack_f)
| unsigned csl::Accessor::mType |
argument type (see macros above, e.g., CSL_FLOAT_TYPE)
1.5.8