FFmpegfs Fuse Multi Media Filesystem 2.16
|
Cache class implementation. More...
#include "cache.h"
#include "cache_entry.h"
#include "ffmpegfs.h"
#include "logging.h"
#include <vector>
#include <cassert>
#include <sqlite3.h>
Go to the source code of this file.
Macros | |
#define | sqlite3_errstr(rc) "" |
If our version of SQLite hasn't go this function. More... | |
#define | STRINGIFY(x) #x |
Stringification helper for STRINGIFY. Not to be used separately. More... | |
#define | TOSTRING(x) STRINGIFY(x) |
Convert a macro argument into a string constant. More... | |
#define | SQLBINDTXT(idx, var) |
Bind text column to SQLite statement. More... | |
#define | SQLBINDNUM(func, idx, var) |
Bind numeric column to SQLite statement. More... | |
Cache class implementation.
Definition in file cache.cc.
#define SQLBINDNUM | ( | func, | |
idx, | |||
var | |||
) |
Bind numeric column to SQLite statement.
#define SQLBINDTXT | ( | idx, | |
var | |||
) |
Bind text column to SQLite statement.
#define sqlite3_errstr | ( | rc | ) | "" |
#define STRINGIFY | ( | x | ) | #x |