Searched defs:another_ptr (Results 1 – 1 of 1) sorted by relevance
3026 template<class T> class another_ptr: private boost::shared_ptr<T> class3034 explicit another_ptr(T * p = 0): base_type(p) in another_ptr() function in n_spt_another_sp::another_ptr