Public Member Functions | Public Attributes
std::unique_ptr_storage Class Reference

#include <zorba/internal/unique_ptr.h>

Inheritance diagram for std::unique_ptr_storage:
Inheritance graph
[legend]

List of all members.

Public Member Functions

deleter_reference deleter () throw ()
 operator rvalue_type () throw ()
 unique_ptr_storage (T *p) throw ()
 unique_ptr_storage (T *p, deleter_reference d)

Public Attributes

T * ptr_

Constructor & Destructor Documentation

std::unique_ptr_storage::unique_ptr_storage ( T *  p) throw () [inline]

Definition at line 70 of file unique_ptr.h.

std::unique_ptr_storage::unique_ptr_storage ( T *  p,
deleter_reference  d 
) [inline]

Definition at line 73 of file unique_ptr.h.


Member Function Documentation

deleter_reference std::unique_ptr_storage::deleter ( ) throw () [inline]
std::unique_ptr_storage::operator rvalue_type ( ) throw () [inline]

Definition at line 78 of file unique_ptr.h.


Member Data Documentation


The documentation for this class was generated from the following file:
blog comments powered by Disqus