Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include <iostream>
#include <fstream>
#include <iomanip>
#include <sstream>
#include <string>
#include <assert.h>
#include <unistd.h>
#include <vector>
#include <map>
#include <set>
#include <stdint.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | BEGIN_PUBLISH |
#define | BLOCKING |
#define | END_PUBLISH |
#define | EXPCL_DIRECT_DCPARSER |
#define | EXPTP_DIRECT_DCPARSER |
#define | INLINE inline |
#define | nassert_raise(message) {std::cerr << message << std::endl; abort();} |
#define | nassertr(condition, return_value) assert(condition) |
#define | nassertr_always(condition, return_value) assert(condition) |
#define | nassertv(condition) assert(condition) |
#define | nassertv_always(condition) assert(condition) |
#define | pmap std::map |
#define | pset std::set |
#define | PUBLISHED public |
#define | pvector std::vector |
#define | vector_uchar std::vector<unsigned char> |
Typedefs | |
typedef uint64_t | CHANNEL_TYPE |
typedef uint32_t | DOID_TYPE |
typedef std::string | Filename |
typedef std::fstream | pfstream |
typedef std::ifstream | pifstream |
typedef std::ofstream | pofstream |
typedef uint32_t | ZONEID_TYPE |
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 dcbase.h.
#define nassert_raise | ( | message | ) | {std::cerr << message << std::endl; abort();} |
#define nassertr | ( | condition, | |
return_value ) assert(condition) |
#define nassertr_always | ( | condition, | |
return_value ) assert(condition) |