Search code examples
How to use smart pointer (e.g. auto_ptr r shared_ptr) to generate a link list data structure in C++ ...


c++linuxsegmentation-faultshared-ptrauto-ptr

Read More
Simple boost smart pointer syntax issue...


c++boostshared-ptrsmart-pointers

Read More
typedef a shared pointer that contains a templated class...


c++classtemplatesshared-ptrforward-declaration

Read More
why shared_ptr can access with ingoring the "protected access right"...


c++shared-ptr

Read More
Why is GoogleMock leaking my shared_ptr?...


c++boostshared-ptrgoogletestgooglemock

Read More
"Connecting" SDL_Surface to shared_ptr...


c++sdlshared-ptr

Read More
boost shared_ptr interface/object...


c++boostinterfaceshared-ptr

Read More
Why doesn't std::weak_ptr<> provide a bool conversion?...


c++c++11shared-ptrweak-ptr

Read More
C++11 atomics and intrusive shared pointer reference count...


c++c++11shared-ptratomic

Read More
shared_ptr null pointer and assignment...


c++pointersnullshared-ptr

Read More
Conditional construction with shared_ptr?...


c++constructorshared-ptr

Read More
Differences between VS2010's std::shared_ptr and boost::shared_ptr...


c++visual-studio-2010boostshared-ptr

Read More
how to properly shutdown instance of class that uses asio for event queuing...


c++multithreadingboostboost-asioshared-ptr

Read More
boost shared_ptr operator =...


c++boostshared-ptr

Read More
Cannot initialize shared_ptr...


qtshared-ptr

Read More
Custom deleter for boost shared_ptr...


c++memory-managementboostshared-ptrsmart-pointers

Read More
C++: reference counter for objects...


c++shared-ptrraii

Read More
C++: Throwing shared_ptr of derived and catching shared_ptr of base?...


c++exceptionshared-ptr

Read More
boost shared_ptr casting to void*...


c++boostshared-ptr

Read More
Single threaded shared pointer for simple inclusion in large project...


c++multithreadingthread-safetyc++11shared-ptr

Read More
Appropriate use for boost::shared_ptr?...


c++pointersboostshared-ptr

Read More
What happens if I reset a std::shared_ptr to itself...


c++c++11shared-ptr

Read More
Subclasses and get_shared_from_this()...


c++inheritanceboostsubclassshared-ptr

Read More
C++11 Convert traditional pointer to smart pointer. Using up-to-date SVN Clang and libc++ from llvm...


c++clangshared-ptrsmart-pointersunique-ptr

Read More
Qt connect slot with signal from boost::shared_ptr...


qtshared-ptr

Read More
shared_ptr throwing assert when it goes out of scope...


c++boostshared-ptr

Read More
qt application and std::shared_ptr...


c++qtc++11qt-creatorshared-ptr

Read More
pointer to rvalue...


c++shared-ptrrvalue

Read More
specialized shared_ptr conversion C++0x...


c++classc++11type-conversionshared-ptr

Read More
Avoiding shared_ptr redirection...


c++shared-ptr

Read More
BackNext