flext
0.6.0
|
Code for handling of object (and library) creation functions. More...
#include "flext.h"
#include "flinternal.h"
#include <cstdarg>
#include <cstring>
#include <cctype>
#include <map>
#include "flpushns.h"
#include "flpopns.h"
Classes | |
class | flext_library |
class | flext_class |
Macros | |
#define | __FLEXT_LIB_CPP |
#define | ALIASDEL ',' |
#define | ALIASSLASHES ":/\\" |
#define | ALIASSLASH '/' |
#define | NEWARGS 256 |
Typedefs | |
typedef flext_obj *(* | libfun) (int, t_atom *) |
Functions | |
const char * | extract (const char *name, int ix=0) |
Extract space-delimited words from a string. More... | |
Code for handling of object (and library) creation functions.
#define __FLEXT_LIB_CPP |
#define ALIASDEL ',' |
#define ALIASSLASH '/' |
#define ALIASSLASHES ":/\\" |
#define NEWARGS 256 |
typedef flext_obj*(* libfun) (int, t_atom *) |
const char* extract | ( | const char * | name, |
int | ix = 0 |
||
) |
Extract space-delimited words from a string.