|
escript
Revision_
|
Typedefs and macros for reference counted storage. More...
#include <boost/enable_shared_from_this.hpp>Go to the source code of this file.
Macros | |
| #define | REFCOUNT_BASE_FILE <boost/enable_shared_from_this.hpp> |
| #define | REFCOUNT_BASE_CLASS(x) boost::enable_shared_from_this<x> |
| #define | POINTER_WRAPPER_CLASS(x) boost::shared_ptr<x> |
| #define | REFCOUNTNS boost |
Typedefs and macros for reference counted storage.
| #define POINTER_WRAPPER_CLASS | ( | x | ) | boost::shared_ptr<x> |
| #define REFCOUNT_BASE_CLASS | ( | x | ) | boost::enable_shared_from_this<x> |
| #define REFCOUNT_BASE_FILE <boost/enable_shared_from_this.hpp> |
| #define REFCOUNTNS boost |
1.8.17