HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
HarpoDB.cxx File Reference
#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.

Macros

#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;
 

Functions

 wl () wl() wqc(" wq("wq(" wq("fout.close()
 

Variables

 fname = clname + ".cxx"
 

Macro Definition Documentation

#define wl (   line)    fout << #line << endl;

Definition at line 557 of file HarpoDB.cxx.

#define wlc (   pre,
  class,
  post 
)    fout << #pre + class + #post << endl;

Definition at line 563 of file HarpoDB.cxx.

#define wq (   line)    fout << line << endl;

Definition at line 560 of file HarpoDB.cxx.

#define wqc (   pre,
  class,
  post 
)    fout << pre + class + post << endl;

Definition at line 566 of file HarpoDB.cxx.

Function Documentation

wl ( )

Variable Documentation

fname = clname + ".cxx"

Definition at line 663 of file HarpoDB.cxx.