sisi4s
|
#include <memory>
Go to the source code of this file.
Macros | |
#define | PTR(TYPE) std::shared_ptr<TYPE> |
#define | WEAK_PTR(TYPE) std::weak_ptr<TYPE> |
#define | NEW(TYPE, ...) std::make_shared<TYPE>(__VA_ARGS__) |
#define NEW | ( | TYPE, | |
... | |||
) | std::make_shared<TYPE>(__VA_ARGS__) |
#define PTR | ( | TYPE | ) | std::shared_ptr<TYPE> |
#define WEAK_PTR | ( | TYPE | ) | std::weak_ptr<TYPE> |