#include "config_express.h"#include "datagram.h"#include "referenceCount.h"#include "textEncoder.h"#include "thread.h"#include "typedObject.h"#include "typedReferenceCount.h"#include "virtualFile.h"#include "virtualFileComposite.h"#include "virtualFileMount.h"#include "virtualFileMountMultifile.h"#include "virtualFileMountSystem.h"#include "virtualFileSimple.h"#include <dconfig.h>Go to the source code of this file.
Functions | |
| ConfigureDef (config_express) | |
| NotifyCategoryDef (express,"") | |
| NotifyCategoryDef (thread,"") | |
| void | init_system_type_handles () |
| ConfigureFn (config_express) | |
| void | init_libexpress () |
| bool | get_leak_memory () |
| bool | get_never_destruct () |
| bool | get_use_high_res_clock () |
| bool | get_paranoid_clock () |
| bool | get_paranoid_inheritance () |
| bool | get_verify_dcast () |
| ConfigExpress & | get_config_express () |
Variables | |
| const int | patchfile_window_size |
| const int | patchfile_increment_size |
| const int | patchfile_buffer_size |
| const int | patchfile_zone_size |
| const bool | keep_temporary_files |
| const bool | use_vfs = config_express.GetBool("use-vfs", true) |
| const bool | collect_tcp = config_express.GetBool("collect-tcp", false) |
| const double | collect_tcp_interval = config_express.GetDouble("collect-tcp-interval", 0.2) |
|
|
|
|
|
Definition at line 42 of file config_express.cxx. References init_libexpress(). |
|
|
Definition at line 207 of file config_express.cxx. |
|
|
Definition at line 99 of file config_express.cxx. |
|
|
Definition at line 120 of file config_express.cxx. |
|
|
Definition at line 145 of file config_express.cxx. |
|
|
Definition at line 153 of file config_express.cxx. Referenced by TypeRegistry::init_global_pointer(). |
|
|
Definition at line 137 of file config_express.cxx. |
|
|
Definition at line 161 of file config_express.cxx. Referenced by _dcast_verify(). |
|
|
|
Definition at line 39 of file register_type.cxx. Referenced by _do_init_type(), ConfigureFn(), and init_libexpress(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 201 of file config_express.cxx. Referenced by Connection::set_collect_tcp(). |
|
|
Definition at line 202 of file config_express.cxx. |
|
|
Initial value: config_express.GetBool("keep-temporary-files", false) Definition at line 188 of file config_express.cxx. Referenced by Decompressor::decompress(), Patchfile::run(), and Decompressor::run(). |
|
|
Initial value:
config_express.GetInt("patchfile-buffer-size", 4096)
Definition at line 179 of file config_express.cxx. |
|
|
Initial value:
config_express.GetInt("patchfile-increment-size", 8)
Definition at line 176 of file config_express.cxx. |
|
|
Initial value:
config_express.GetInt("patchfile-window-size", 16)
Definition at line 173 of file config_express.cxx. |
|
|
Initial value:
config_express.GetInt("patchfile-zone-size", 10000)
Definition at line 182 of file config_express.cxx. |
|
|
Definition at line 195 of file config_express.cxx. |
1.3