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

panda/src/express/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 ()
 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 ()
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)


Detailed Description

Definition in file config_express.cxx.


Function Documentation

ConfigureDef config_express   ) 
 

ConfigureFn config_express   ) 
 

Definition at line 45 of file config_express.cxx.

References TextEncoder::init_type(), ReferenceCount::init_type(), and Datagram::init_type().

ConfigExpress& get_config_express  ) 
 

Definition at line 217 of file config_express.cxx.

bool get_leak_memory  ) 
 

Definition at line 109 of file config_express.cxx.

bool get_never_destruct  ) 
 

Definition at line 130 of file config_express.cxx.

bool get_paranoid_clock  ) 
 

Definition at line 155 of file config_express.cxx.

bool get_paranoid_inheritance  ) 
 

Definition at line 163 of file config_express.cxx.

Referenced by TypeRegistry::get_parent_towards().

bool get_use_high_res_clock  ) 
 

Definition at line 147 of file config_express.cxx.

bool get_verify_dcast  ) 
 

Definition at line 171 of file config_express.cxx.

void init_libexpress  ) 
 

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.

void init_system_type_handles  ) 
 

Definition at line 42 of file register_type.cxx.

Referenced by _do_init_type(), and _get_type_handle().

NotifyCategoryDef thread  ,
"" 
 

NotifyCategoryDef express  ,
"" 
 


Variable Documentation

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

Definition at line 211 of file config_express.cxx.

Referenced by Connection::get_socket().

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

Definition at line 212 of file config_express.cxx.

const bool keep_temporary_files
 

Initial value:

config_express.GetBool("keep-temporary-files", false)

Definition at line 198 of file config_express.cxx.

const int patchfile_buffer_size
 

Initial value:

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

Definition at line 189 of file config_express.cxx.

const int patchfile_increment_size
 

Initial value:

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

Definition at line 186 of file config_express.cxx.

const int patchfile_window_size
 

Initial value:

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

Definition at line 183 of file config_express.cxx.

const int patchfile_zone_size
 

Initial value:

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

Definition at line 192 of file config_express.cxx.

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

Definition at line 205 of file config_express.cxx.


Generated on Fri May 2 00:45:31 2003 for Panda by doxygen1.3