Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
class which holds the address of the allocated memory for many smart_pointers More...
#include <smart_pointer.hpp>
Public Member Functions | |
smart_node (T *arg) | |
smart_node (const smart_node &ref)=delete | |
smart_node (smart_node &&ref) noexcept=delete | |
smart_node & | operator= (const smart_node &ref)=delete |
smart_node & | operator= (smart_node &&ref)=delete |
void | add_ref () |
void | del_ref () |
T & | get_val () |
Private Attributes | |
T * | ptr |
infinint | count_ref |
class which holds the address of the allocated memory for many smart_pointers
Definition at line 46 of file smart_pointer.hpp.
|
inline |
Definition at line 50 of file smart_pointer.hpp.