RNBO: RNBO::ListNum Class Reference
A simple container class to make it possible to have lists and numbers in the same array. More...
#include <RNBO_List.h>
Public Member Functions | |
ListNum (number val) | |
ListNum (list val) | |
operator number () const | |
operator list () const | |
list & | operator-> () |
const list & | operator-> () const |
Detailed Description
A simple container class to make it possible to have lists and numbers in the same array.
Mainly needed internally because we do not want lists to implicitly convert to numbers which could hide code generation errors
The documentation for this class was generated from the following file:
- common/RNBO_List.h