#include "HarpoDB.h"
#include "HarpoDebug.h"
#include "TSQLServer.h"
#include "TSQLResult.h"
#include "TSQLRow.h"
#include <TSystem.h>
#include <strings.h>
#include <stdlib.h>
#include <libgen.h>
#include <algorithm>
#include <iostream>
#include <fstream>
Go to the source code of this file.
|
#define | wl(line) fout << #line << endl; |
|
#define | wq(line) fout << line << endl; |
|
#define | wlc(pre, class, post) fout << #pre + class + #post << endl; |
|
#define | wqc(pre, class, post) fout << pre + class + post << endl; |
|
|
| wl () wl() wqc(" wq("wq(" wq("fout.close() |
|
#define wl |
( |
|
line | ) |
fout << #line << endl; |
#define wlc |
( |
|
pre, |
|
|
|
class, |
|
|
|
post |
|
) |
| fout << #pre + class + #post << endl; |
#define wq |
( |
|
line | ) |
fout << line << endl; |
#define wqc |
( |
|
pre, |
|
|
|
class, |
|
|
|
post |
|
) |
| fout << pre + class + post << endl; |