#include <retainable.hpp>
List of all members.
Public Member Functions | 
| 
template<typename A , typename B , typename C >  | 
|   | stack_retainable (const A &a, const B &b, const C &c) | 
| 
template<typename A , typename B , typename C , typename D >  | 
|   | stack_retainable (const A &a, const B &b, const C &c, const D &d) | 
Detailed Description
template<typename T>
class boost::cmt::stack_retainable< T >
Allows an instance of retainable type T to be allocated on the stack and freed by normal means. 
The documentation for this class was generated from the following file: