ARB
Classes | Macros | Functions | Variables
arb_read_tree.cxx File Reference
#include <TreeRead.h>
#include <TreeNode.h>
#include <arb_strbuf.h>
#include <arb_defs.h>
#include <ctime>
Include dependency graph for arb_read_tree.cxx:

Go to the source code of this file.

Classes

struct  parameters
 

Macros

#define SHIFT_ARGS(off)   do { argc -= off; argv += off; } while (0)
 
#define SHIFT_NONSWITCHES(off)   do { nonSwitches -= off; nonSwitch += off; } while (0)
 

Functions

static void add_bootstrap (TreeNode *node, double hundred)
 
static void show_message (const char *msg)
 
static void show_error (GB_ERROR error)
 
static void error_with_usage (GB_ERROR error)
 
int main (int argc, char **argv)
 

Variables

static GBDATAgb_msg_main = NULp
 

Macro Definition Documentation

#define SHIFT_ARGS (   off)    do { argc -= off; argv += off; } while (0)

Definition at line 108 of file arb_read_tree.cxx.

Referenced by parameters::scan().

#define SHIFT_NONSWITCHES (   off)    do { nonSwitches -= off; nonSwitch += off; } while (0)

Definition at line 109 of file arb_read_tree.cxx.

Referenced by parameters::scan().

Function Documentation

static void add_bootstrap ( TreeNode node,
double  hundred 
)
static
static void show_message ( const char msg)
static

Definition at line 56 of file arb_read_tree.cxx.

References fflush(), and GBT_message().

Referenced by main(), and show_error().

static void show_error ( GB_ERROR  error)
static

Definition at line 65 of file arb_read_tree.cxx.

References GBS_global_string(), and show_message().

Referenced by error_with_usage(), and main().

static void error_with_usage ( GB_ERROR  error)
static

Definition at line 69 of file arb_read_tree.cxx.

References fputs(), and show_error().

Referenced by main().

int main ( int  argc,
char **  argv 
)

Variable Documentation

GBDATA* gb_msg_main = NULp
static

Definition at line 54 of file arb_read_tree.cxx.