creaImageIO_lib
|
#include <creaImageIOTimestampDatabaseHandler.h>
#include <creaImageIOSystem.h>
#include "CppSQLite3.h"
#include <sys/stat.h>
#include <deque>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string/replace.hpp>
Go to the source code of this file.
Namespaces | |
namespace | creaImageIO |
Macros | |
#define | QUERYTIMESTAMPDB(QUER, RES) |
#define | UPDATETIMESTAMPDB(UP) |
#define QUERYTIMESTAMPDB | ( | QUER, | |
RES | |||
) |
Definition at line 93 of file creaImageIOTimestampDatabaseHandler.cpp.
Referenced by creaImageIO::TimestampDatabaseHandler::CheckTimestamp(), creaImageIO::TimestampDatabaseHandler::IsIndexed(), and creaImageIO::TimestampDatabaseHandler::RemoveFile().
#define UPDATETIMESTAMPDB | ( | UP | ) |
Definition at line 106 of file creaImageIOTimestampDatabaseHandler.cpp.
Referenced by creaImageIO::TimestampDatabaseHandler::AddFile(), creaImageIO::TimestampDatabaseHandler::DBCreate(), creaImageIO::TimestampDatabaseHandler::DBRemove(), creaImageIO::TimestampDatabaseHandler::RemoveEntries(), and creaImageIO::TimestampDatabaseHandler::SetAttribute().