Search code examples
How to represent shared objects in UML?...


objectumlshared-ptrclass-diagramshared-objects

Read More
In gdb, I can call some class functions, but others "cannot be resolved". Why?...


c++debuggingboostgdbshared-ptr

Read More
Segmentation fault with shared_ptr of a vector element in C++...


c++shared-ptr

Read More
Difficulties with Pointers in C++ / Linking error...


c++boostlinker-errorsshared-ptrquantlib

Read More
Create a array of shared_ptr with objects...


arraysc++11objectshared-ptr

Read More
Does shared pointer break tail call optimization?...


c++recursionshared-ptrcompiler-optimizationtail-recursion

Read More
Is make_shared really more efficient than new?...


c++shared-ptrclanglibc++make-shared

Read More
Why doesn't the function cast a pointer correctly (from base class to derived class)...


c++pointersshared-ptr

Read More
shared_ptr and cyclic references...


c++shared-ptrweak-ptrcyclic-reference

Read More
[Boost]::DI creating unique shared_ptr objects from injector...


c++boostdependency-injectionshared-ptr

Read More
shared_ptr's std::atomic_compare_exchange_strong comparing with raw pointer...


c++shared-ptratomiccompare-and-swap

Read More
std::shared_ptr deleted in a getter function with Qt...


c++qtshared-ptr

Read More
c++ std::shared_ptr Error C2664...


c++11shared-ptrc2664

Read More
How do I solve this std::bad_cast with from antlrcpp::Any?...


c++shared-ptrantlr4

Read More
Assigning a shared_ptr to an offset of an array...


c++arraysshared-ptrreference-counting

Read More
copy object behind shared pointer containing a list of shared pointers...


c++c++11shared-ptrdeep-copy

Read More
Keeping a shared_ptr in scope...


c++c++11shared-ptr

Read More
How to fix "Invalid read of size 8 - 40 bytes inside a block of size 64 free'd"...


c++dictionaryboostshared-ptrmake-shared

Read More
Get a shared pointer from a dereferenced value of a shared pointer...


c++pointersmemoryshared-ptr

Read More
Null checking from multiple sources: shared_ptr vs double pointer?...


c++shared-ptrdouble-pointer

Read More
simple thread safe vector for connections in grpc service...


c++multithreadingc++11shared-ptrlibpqxx

Read More
Why do std::shared_ptr<void> work...


c++c++11shared-ptr

Read More
boost shared_ptr: difference between operator= and reset?...


c++boostshared-ptr

Read More
How to use boost::atomic_store with shared_ptr<T> and shared_ptr<const T>?...


c++boostshared-ptratomic

Read More
why is std::shared_ptr using atomic cpu operations...


c++c++11shared-ptratomic

Read More
C++ smart pointer performance and difference with a simple wrapped pointer...


c++shared-ptrsmart-pointersunique-ptr

Read More
Deleting Pointer shared with other class...


c++pointersmemory-managementshared-ptr

Read More
Additional functions added to a class cause a segfault when class is created as a shared_ptr...


c++linuxqtshared-ptr

Read More
Why ref_count in shared_ptr implementation is int*...


c++shared-ptr

Read More
Does make_shared do a default initialization (zero-init) for each member variable...


c++c++11initializationshared-ptr

Read More
BackNext