Remake
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ref_ptr< T >::content Struct Reference

Public Member Functions

 content ()
 
 content (T const &t)
 

Public Attributes

size_t cnt
 
val
 

Detailed Description

template<class T>
struct ref_ptr< T >::content

Definition at line 426 of file remake.cpp.

Constructor & Destructor Documentation

template<class T>
ref_ptr< T >::content::content ( )
inline

Definition at line 430 of file remake.cpp.

430 : cnt(1) {}
template<class T>
ref_ptr< T >::content::content ( T const &  t)
inline

Definition at line 431 of file remake.cpp.

431 : cnt(1), val(t) {}

Member Data Documentation

template<class T>
size_t ref_ptr< T >::content::cnt
template<class T>
T ref_ptr< T >::content::val

Definition at line 429 of file remake.cpp.

Referenced by ref_ptr< T >::operator*().


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