cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | List of all members
huge_unique_ptr< T > Class Template Reference

Public Member Functions

 huge_unique_ptr (T *p)
 
T * get ()
 

Detailed Description

template<typename T>
class huge_unique_ptr< T >

Definition at line 39 of file test_smart_ptr.cpp.

Constructor & Destructor Documentation

◆ huge_unique_ptr()

template<typename T >
huge_unique_ptr< T >::huge_unique_ptr ( T *  p)
inline

Definition at line 43 of file test_smart_ptr.cpp.

Member Function Documentation

◆ get()

template<typename T >
T* huge_unique_ptr< T >::get ( )
inline

Definition at line 44 of file test_smart_ptr.cpp.


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