Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "dconfig.h"
#include "configVariableBool.h"
#include "configVariableInt.h"
#include "configVariableDouble.h"
#include "configVariableList.h"
#include "configVariableFilename.h"
#include "executionEnvironment.h"
#include "lineStream.h"
Go to the source code of this file.
Functions | |
ConfigureDecl (config_express, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS) | |
EXPCL_PANDA_EXPRESS bool | get_paranoid_clock () |
EXPCL_PANDA_EXPRESS bool | get_paranoid_inheritance () |
EXPCL_PANDA_EXPRESS bool | get_use_high_res_clock () |
EXPCL_PANDA_EXPRESS bool | get_verify_dcast () |
EXPCL_PANDA_EXPRESS void | init_libexpress () |
Initializes the library. | |
NotifyCategoryDecl (clock, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS) | |
NotifyCategoryDecl (express, EXPCL_PANDA_EXPRESS, EXPTP_PANDA_EXPRESS) | |
Variables | |
EXPCL_PANDA_EXPRESS ConfigVariableBool | collect_tcp |
EXPCL_PANDA_EXPRESS ConfigVariableDouble | collect_tcp_interval |
EXPCL_PANDA_EXPRESS ConfigVariableBool | keep_temporary_files |
ConfigVariableBool | multifile_always_binary |
ConfigVariableInt | patchfile_buffer_size |
ConfigVariableInt | patchfile_increment_size |
ConfigVariableInt | patchfile_window_size |
ConfigVariableInt | patchfile_zone_size |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file config_express.h.
EXPCL_PANDA_EXPRESS bool get_paranoid_clock | ( | ) |
Definition at line 166 of file config_express.cxx.
EXPCL_PANDA_EXPRESS bool get_use_high_res_clock | ( | ) |
Definition at line 152 of file config_express.cxx.
EXPCL_PANDA_EXPRESS bool get_verify_dcast | ( | ) |
Definition at line 180 of file config_express.cxx.
|
extern |
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 96 of file config_express.cxx.
References PandaSystem::add_system(), PandaSystem::get_global_ptr(), and TypedObject::init_type().
Referenced by VirtualFileSystem::get_global_ptr().