2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef CORE_TICKSTATUS_H
21#define CORE_TICKSTATUS_H
23#ifndef DOXYGEN_SHOULD_SKIP_THIS
void * operator new(std::size_t count)=delete
static void init(int argc, char *argv[])
static TickStatus tick(const utils::Timeval &timeOut=0)
static int start(const utils::Timeval &timeOut={LONG_MAX, 0})
MariaDBClient(const MariaDBConnectionDetails &details)
int main(int argc, char *argv[])