Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Npaula | |
CArgs | Access callback arguments (e.g. value of "a" in "f(a)"). Set return value of the callback function, called from a script |
CCharInput | Input stream for constant strings |
CFileInput | Input stream for C++ std ifstream |
CIInputStream | Base class for input streams |
CIOutputStream | Base class for output |
CNullPrint | Dummy printer. Use to optimize out debug prints |
CPOut | Base class for print output |
CStandardInput | Input stream for C++ std input |
CSTDErr | Print output using C++ std err |
CSTDOut | Print output using C++ std cout |
CVar | Access Paula script variable data |