Search code examples
c++ how to get a pointer to the current object in another class?...


c++classpointersshared-ptrcoredump

Read More
Boost shared_ptr passing a derived class...


c++boostshared-ptrderived-class

Read More
unable to add elements to thread safe locking queue of shared pointers...


c++multithreadingc++11ipcshared-ptr

Read More
Are operations with the internal pointer of shared_ptr atomic?...


c++multithreadingthread-safetyshared-ptr

Read More
std::shared_ptr upcasting to base class - best method?...


c++shared-ptr

Read More
make_shared with custom new operator...


c++c++11new-operatorshared-ptr

Read More
Cast 'this' to std::shared_ptr...


c++c++11shared-ptr

Read More
How to access instance member variables via std::shared_ptr?...


c++shared-ptr

Read More
What is the meaning of this piece of Standardese about shared_ptr's use_count()?...


c++c++11shared-ptrlanguage-lawyerc++14

Read More
Smart pointers' control block internal machinery...


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

Read More
Is there an implicit conversion from std::shared_ptr<T> to std::shared_ptr<const T>?...


c++type-conversionshared-ptr

Read More
Using mem_fun_ref with boost::shared_ptr...


c++boostdirectxshared-ptr

Read More
shared_ptr to std::vector of shared_ptr data destruction...


c++pointersc++11shared-ptrsmart-pointers

Read More
Passing shared_ptr as parameter in async call...


c++c++11shared-ptrfuture

Read More
constrexpr constructor inherited from shared_ptr...


c++memoryconstructorshared-ptrconstexpr

Read More
Base class unique_ptr to derived class shared_ptr...


c++castingshared-ptrsmart-pointersunique-ptr

Read More
C++11 - How to push this object into priority_queue with vector of shared_ptr?...


c++c++11vectorshared-ptrpriority-queue

Read More
C++11 - How to use a priority_queue with a vector of shared pointers?...


c++c++11vectorshared-ptrpriority-queue

Read More
Accessing reference variable from shared_ptr...


shared-ptrmake-shared

Read More
shared_ptr assignment - is custom deleter copied too?...


c++shared-ptr

Read More
Release resource on boost::shared_ptr finalization...


c++boostshared-ptr

Read More
Getting shared_ptr refs to appear in doxygen collaboration diagrams...


c++boostdoxygenshared-ptr

Read More
copy constructor for a class with pointer to a user defined type...


c++shared-ptrcopy-constructordeep-copy

Read More
Should I use smart pointers for my application and library?...


c++pointersc++11shared-ptrsmart-pointers

Read More
Emplace a pointer to a multimap of shared_ptr's doesn't work...


c++c++11shared-ptrmultimapemplace

Read More
Move a unique_ptr with custom deleter to a shared_ptr...


c++c++11shared-ptrc++14unique-ptr

Read More
How can man put a thread(in boost) which is created with packaged_task, into a shared_ptr vector...


multithreadingboostvectorshared-ptrmake-shared

Read More
Does erasing a shared_ptr from a set deletes the managed object...


c++shared-ptrmove-semantics

Read More
C++ How to add objects to maps and return reference to new created object inside map...


c++dictionaryshared-ptr

Read More
C++ Create shared_ptr from Object...


c++c++11dictionaryshared-ptr

Read More
BackNext