Search code examples
Difference between boost::scoped_ptr<T> and std::unique_ptr<T>...

c++unique-ptrscoped-ptr

Read More
C++: How to unit test a scoped_ptr?...

c++unit-testingc++11googletestscoped-ptr

Read More
How to dynamically cast a boost::scoped_ptr?...

c++boostdynamic-castc++98scoped-ptr

Read More
Is there a scoped ptr that has deep copy functionality built in?...

c++boostsmart-pointersunique-ptrscoped-ptr

Read More
How can I get the address of scoped_ptr?...

c++smart-pointersmemory-addressscoped-ptr

Read More
allocating memory for derived class members based on boost smart pointers in the base class through ...

boostshared-ptrcrtpscoped-ptrstatic-polymorphism

Read More
shared_ptr vs scoped_ptr...

c++boostshared-ptrsmart-pointersscoped-ptr

Read More
shared_ptr with malloc and free...

c++boostshared-ptrscoped-ptr

Read More
How to create map of scoped_ptr in c++...

c++dictionaryscoped-ptr

Read More
pimpl-idiom in template; which smart pointer?...

c++templatesboostpimpl-idiomscoped-ptr

Read More
boost scoped_ptr/shared_ptr holding memory block of different size than size of object pointed to...

c++shared-ptrscoped-ptr

Read More
Why are boost::scoped_ptr or std::unique_ptr non-copyable?...

c++smart-pointersscoped-ptr

Read More
Any advantage to using shared_ptr over scoped_ptr at top level?...

c++shared-ptrscoped-ptr

Read More
boost::scoped_ptr and STL in C++...

c++booststlscoped-ptr

Read More
Why does boost not have a make_scoped()?...

c++boostmake-sharedscoped-ptr

Read More
destructor not called in case of exception with scoped_ptr...

c++exceptionboostdestructorscoped-ptr

Read More
Which header should be used for using scoped_ptr...

c++smart-pointersscoped-ptr

Read More
Is it an overkill to use scoped_ptr in simple cases?...

c++boostscoped-ptr

Read More
_BLOCK_TYPE_IS_VALID error on boost::scoped_array...

c++boostsmart-pointersscoped-ptr

Read More
Destructor not invoked when an exception is thrown in the constructor...

c++boostscoped-ptr

Read More
C++ polymorphism with boost scoped_ptr...

c++boostpolymorphismscoped-ptr

Read More
scoped_ptr for structure with substituted free method...

c++booststlscoped-ptr

Read More
Weak reference to a scoped_ptr?...

c++structureweak-ptrscoped-ptr

Read More
Why I cant return Boost::Scoped_ptr from function?...

c++boostsmart-pointersscoped-ptr

Read More
C++: Can boost::scoped_ptr be initialized inside a constructor?...

c++boostscoped-ptr

Read More
Which non-shared Smart Pointer for class member variables...

c++pointersshared-ptrsmart-pointersscoped-ptr

Read More
BackNext