blocxx
BLOCXX_NAMESPACE::AutoResourceRef< Policy > Struct Template Reference

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

#include <AutoResource.hpp>

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

◆ ref_type

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

Definition at line 54 of file AutoResource.hpp.

Constructor & Destructor Documentation

◆ AutoResourceRef()

template<typename Policy>
BLOCXX_NAMESPACE::AutoResourceRef< Policy >::AutoResourceRef ( ref_type h)
inlineexplicit

Definition at line 57 of file AutoResource.hpp.

References hdl.

Member Data Documentation

◆ hdl

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

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