|
PolyVox
0.3.0-dev
Open source voxel management library
|
#include "PolyVoxCore/Impl/CompilerCapabilities.h"#include <functional>#include <boost/smart_ptr.hpp>Go to the source code of this file.
Macros | |
| #define | POLYVOX_DEPRECATED __attribute__((deprecated)) |
| #define | POLYVOX_HELPER_IMPORT |
| #define | POLYVOX_HELPER_EXPORT |
| #define | POLYVOX_HELPER_LOCAL |
| #define | POLYVOX_DEPRECATED |
| #define | POLYVOX_API |
| #define | POLYVOX_LOCAL |
| #define | polyvox_function std::function |
| #define | polyvox_bind std::bind |
| #define | polyvox_placeholder_1 std::placeholders::_1 |
| #define | polyvox_placeholder_2 std::placeholders::_2 |
| #define | polyvox_constexpr_const const |
| #define | polyvox_constexpr |
| #define | polyvox_shared_ptr boost::shared_ptr |
Typedefs | |
| typedef signed char | int8_t |
| typedef unsigned char | uint8_t |
| typedef short | int16_t |
| typedef unsigned short | uint16_t |
| typedef long | int32_t |
| typedef unsigned long | uint32_t |
1.8.2