PolyVox  0.2.1
Open source voxel management library
Macros
TypeDef.h File Reference
#include <cstdint>
#include <functional>
#include <memory>

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_API
#define POLYVOX_LOCAL
#define polyvox_shared_ptr   std::shared_ptr
#define polyvox_function   std::function
#define polyvox_bind   std::bind
#define polyvox_placeholder_1   std::placeholders::_1
#define polyvox_placeholder_2   std::placeholders::_2

Macro Definition Documentation

#define POLYVOX_API

Definition at line 59 of file TypeDef.h.

#define polyvox_bind   std::bind

Definition at line 99 of file TypeDef.h.

#define POLYVOX_DEPRECATED   __attribute__((deprecated))

Definition at line 35 of file TypeDef.h.

#define polyvox_function   std::function

Definition at line 98 of file TypeDef.h.

#define POLYVOX_HELPER_EXPORT

Definition at line 42 of file TypeDef.h.

#define POLYVOX_HELPER_IMPORT

Definition at line 41 of file TypeDef.h.

#define POLYVOX_HELPER_LOCAL

Definition at line 43 of file TypeDef.h.

#define POLYVOX_LOCAL

Definition at line 60 of file TypeDef.h.

#define polyvox_placeholder_1   std::placeholders::_1

Definition at line 100 of file TypeDef.h.

#define polyvox_placeholder_2   std::placeholders::_2

Definition at line 101 of file TypeDef.h.

#define polyvox_shared_ptr   std::shared_ptr

Definition at line 97 of file TypeDef.h.