Home
last modified time | relevance | path

Searched defs:another_ptr (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_test.cpp3026 template<class T> class another_ptr: private boost::shared_ptr<T> class
3034 explicit another_ptr(T * p = 0): base_type(p) in another_ptr() function in n_spt_another_sp::another_ptr