blocxx
Public Types | Public Member Functions | Public Attributes

BLOCXX_NAMESPACE::AutoResourceRef< Policy > Struct Template Reference

Utility class used in implementing AutoResource operations. More...

#include <AutoResource.hpp>

List of all members.

Public Types

typedef Policy::handle_type ref_type

Public Member Functions

 AutoResourceRef (ref_type h)

Public Attributes

ref_type hdl

Detailed Description

template<typename Policy>
struct BLOCXX_NAMESPACE::AutoResourceRef< Policy >

Utility class used in implementing AutoResource operations.

Definition at line 52 of file AutoResource.hpp.


Member Typedef Documentation

template<typename Policy>
typedef Policy::handle_type BLOCXX_NAMESPACE::AutoResourceRef< Policy >::ref_type

Definition at line 54 of file AutoResource.hpp.


Constructor & Destructor Documentation

template<typename Policy>
BLOCXX_NAMESPACE::AutoResourceRef< Policy >::AutoResourceRef ( ref_type  h) [inline, explicit]

Definition at line 57 of file AutoResource.hpp.


Member Data Documentation

template<typename Policy>
ref_type BLOCXX_NAMESPACE::AutoResourceRef< Policy >::hdl

The documentation for this struct was generated from the following file: