Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ahDefs.C File Reference
#include <ahDefs.H>
#include <pthread.h>
#include <useMutex.H>
Include dependency graph for ahDefs.C:

Go to the source code of this file.

Namespaces

namespace  Aleph
 Main namespace for Aleph-w library functions.
 

Macros

#define STR_LOG_LEN   256
 

Variables

bool Aleph::daemonized = false
 Flag indicating if the process is running as a daemon.
 
const IPv4_Address Aleph::Null_IPv4_Address = 0
 Null/invalid IPv4 address constant.
 
bool Aleph::verbose = false
 Flag enabling verbose output.
 
double Aleph::max_time = 300
 Maximum allowed execution time (in seconds).
 

Macro Definition Documentation

◆ STR_LOG_LEN

#define STR_LOG_LEN   256

Definition at line 37 of file ahDefs.C.