|
LMMS
|
#include "BankDb.h"#include "XMLwrapper.h"#include "Util.h"#include "../globals.h"#include <cstring>#include <dirent.h>#include <sys/stat.h>Go to the source code of this file.
Namespaces | |
| namespace | zyncarla |
Macros | |
| #define | bind(x, y) |
| #define | bind(x) |
Typedefs | |
| typedef BankDb::svec | zyncarla::svec |
| typedef BankDb::bvec | zyncarla::bvec |
Functions | |
| bool | zyncarla::platform_strcasestr (const char *hay, const char *needle) |
| bool | zyncarla::sfind (std::string hay, std::string needle) |
| static svec | zyncarla::split (string s) |
| static std::string | zyncarla::getCacheName (void) |
| static bvec | zyncarla::loadCache (void) |
| static void | zyncarla::saveCache (bvec vec) |
Variables | |
| static const char * | zyncarla::INSTRUMENT_EXTENSION = ".xiz" |
| #define bind | ( | x | ) |