escript  Revision_
Defines
Pointers.h File Reference

Typedefs and macros for reference counted storage. More...

#include <boost/enable_shared_from_this.hpp>

Go to the source code of this file.

Defines

#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>

Detailed Description

Typedefs and macros for reference counted storage.


Define Documentation

#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>