#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 () |
Initializes the library. | |
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 in file config_express.cxx.
|
|
|
Definition at line 45 of file config_express.cxx. References TextEncoder::init_type(), ReferenceCount::init_type(), and Datagram::init_type(). |
|
Definition at line 217 of file config_express.cxx. |
|
Definition at line 109 of file config_express.cxx. |
|
Definition at line 130 of file config_express.cxx. |
|
Definition at line 155 of file config_express.cxx. |
|
Definition at line 163 of file config_express.cxx. Referenced by TypeRegistry::get_parent_towards(). |
|
Definition at line 147 of file config_express.cxx. |
|
Definition at line 171 of file config_express.cxx. |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 65 of file config_express.cxx. |
|
Definition at line 42 of file register_type.cxx. Referenced by _do_init_type(), and _get_type_handle(). |
|
|
|
|
|
Definition at line 211 of file config_express.cxx. Referenced by Connection::get_socket(). |
|
Definition at line 212 of file config_express.cxx. |
|
Initial value: config_express.GetBool("keep-temporary-files", false) Definition at line 198 of file config_express.cxx. |
|
Initial value:
config_express.GetInt("patchfile-buffer-size", 4096)
Definition at line 189 of file config_express.cxx. |
|
Initial value:
config_express.GetInt("patchfile-increment-size", 8)
Definition at line 186 of file config_express.cxx. |
|
Initial value:
config_express.GetInt("patchfile-window-size", 16)
Definition at line 183 of file config_express.cxx. |
|
Initial value:
config_express.GetInt("patchfile-zone-size", 10000)
Definition at line 192 of file config_express.cxx. |
|
Definition at line 205 of file config_express.cxx. |