|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
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). | |