9 #ifndef anna_dbos_AutoObject_hpp 10 #define anna_dbos_AutoObject_hpp 131 return (
this != &other) ? (*
this = T::duplicate(other.a_t)) : a_t;
138 operator T*()
const {
return a_t; }
~AutoObject()
Definition: AutoObject.hpp:102
Definition: AutoObject.hpp:84
T * operator->() const
Definition: AutoObject.hpp:109
AutoObject()
Definition: AutoObject.hpp:97
T * operator=(T *t)
Definition: AutoObject.hpp:116
AutoObject(T *t)
Definition: AutoObject.hpp:92