LMMS
Loading...
Searching...
No Matches
BankDb.cpp File Reference
#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"

Macro Definition Documentation

◆ bind [1/2]

#define bind ( x)
Value:
binding[#x] = to_s(value.x);
unsigned x[BMAX+1]
Definition inflate.c:1586
static PuglViewHint int value
Definition pugl.h:1708

◆ bind [2/2]

#define bind ( x,
y )
Value:
if(node.has(#x)) {be.x = y(node[#x].c_str());}
int y
Definition inflate.c:1588