Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

config_express.cxx File Reference

#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 ()
ConfigExpressget_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)


Function Documentation

ConfigureDef config_express   ) 
 

ConfigureFn config_express   ) 
 

Definition at line 42 of file config_express.cxx.

References init_libexpress().

ConfigExpress& get_config_express  ) 
 

Definition at line 207 of file config_express.cxx.

bool get_leak_memory  ) 
 

Definition at line 99 of file config_express.cxx.

bool get_never_destruct  ) 
 

Definition at line 120 of file config_express.cxx.

bool get_paranoid_clock  ) 
 

Definition at line 145 of file config_express.cxx.

bool get_paranoid_inheritance  ) 
 

Definition at line 153 of file config_express.cxx.

Referenced by TypeRegistry::init_global_pointer().

bool get_use_high_res_clock  ) 
 

Definition at line 137 of file config_express.cxx.

bool get_verify_dcast  ) 
 

Definition at line 161 of file config_express.cxx.

Referenced by _dcast_verify().

void init_libexpress  ) 
 

Definition at line 55 of file config_express.cxx.

References TextEncoder::E_unicode, TextEncoder::E_utf8, init_system_type_handles(), Datagram::init_type(), ReferenceCount::init_type(), TextEncoder::init_type(), Thread::init_type(), TypedObject::init_type(), TypedReferenceCount::init_type(), VirtualFile::init_type(), VirtualFileComposite::init_type(), VirtualFileMount::init_type(), VirtualFileMountMultifile::init_type(), VirtualFileMountSystem::init_type(), VirtualFileSimple::init_type(), and TextEncoder::set_default_encoding().

Referenced by ConfigureFn().

void init_system_type_handles  ) 
 

Definition at line 39 of file register_type.cxx.

Referenced by _do_init_type(), ConfigureFn(), and init_libexpress().

NotifyCategoryDef thread  ,
"" 
 

NotifyCategoryDef express  ,
"" 
 


Variable Documentation

const bool collect_tcp = config_express.GetBool("collect-tcp", false)
 

Definition at line 201 of file config_express.cxx.

Referenced by Connection::set_collect_tcp().

const double collect_tcp_interval = config_express.GetDouble("collect-tcp-interval", 0.2)
 

Definition at line 202 of file config_express.cxx.

const bool keep_temporary_files
 

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().

const int patchfile_buffer_size
 

Initial value:

        config_express.GetInt("patchfile-buffer-size", 4096)

Definition at line 179 of file config_express.cxx.

const int patchfile_increment_size
 

Initial value:

        config_express.GetInt("patchfile-increment-size", 8)

Definition at line 176 of file config_express.cxx.

const int patchfile_window_size
 

Initial value:

        config_express.GetInt("patchfile-window-size", 16)

Definition at line 173 of file config_express.cxx.

const int patchfile_zone_size
 

Initial value:

        config_express.GetInt("patchfile-zone-size", 10000)

Definition at line 182 of file config_express.cxx.

const bool use_vfs = config_express.GetBool("use-vfs", true)
 

Definition at line 195 of file config_express.cxx.


Generated on Fri Apr 18 00:10:31 2003 for Panda by doxygen1.3