Search code examples
How can i hold reference in boost::shared_ptr using boost::bind without definition of explicit funct...


c++boostbindshared-ptr

Read More
boost shared_ptr factory function...


c++boostshared-ptr

Read More
Pass a container of smart pointer as argument in C++...


c++shared-ptrsmart-pointers

Read More
Boost shared_ptr with overloaded placement new/delete...


c++memory-managementshared-ptrplacement-new

Read More
check existing shared_ptr when using enable_shared_from_this in c++?...


c++boostshared-ptrreference-counting

Read More
How to release the reference of bind arguments boost::signals2::signal keeps?...


c++boostshared-ptrsignals

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


c++pointersshared-ptrsmart-pointersscoped-ptr

Read More
Shared resource management in multithreaded application shared_ptr?...


multithreadingc++11shared-ptr

Read More
C++: access to container of shared_ptr should return raw or shared ptr?...


c++containersshared-ptrownership

Read More
shared_ptr gets destroyed before I can use it properly...


c++shared-ptr

Read More
Differences between tr1::shared_ptr and boost::shared_ptr?...


c++boostshared-ptrtr1

Read More
Do boost::shared_ptr<T> and boost::shared_ptr<const T> share the reference count?...


c++boostshared-ptrsmart-pointers

Read More
shared_ptr allocation optimization...


c++boostshared-ptr

Read More
Is there a general smart pointer like auto_ptr and shared_ptr that doesn't need C++0x?...


c++shared-ptrsmart-pointers

Read More
question on assignment with boost::shared_ptr (vs. the reset() function)...


c++boostshared-ptr

Read More
C++ template metaprogramming to create a boost::variant from a shared_ptr and a boost::static_visito...


c++boostshared-ptrvisitor-patternboost-variant

Read More
How To Make a clone method using shared_ptr and inheriting from enable_shared_from_this...


c++shared-ptr

Read More
How to initialize a shared_ptr that is a member of a class?...


c++boostinitializationshared-ptrmember

Read More
C++ interface between raw pointers and shared_ptr...


c++shared-ptr

Read More
What is the right way to put a smart pointer in class data (as class member) in C++?...


c++shared-ptrsmart-pointersclass-members

Read More
Wrapping linked lists in iterators...


c++boostiteratorshared-ptr

Read More
bind two arguments...


c++boostbindshared-ptr

Read More
Using a static initializer function...


c++boostshared-ptr

Read More
testing if a shared_ptr is NULL...


c++nullshared-ptr

Read More
How to add boost to my project?...


c++boostcross-platformshared-ptr

Read More
C++ shared_ptr - attach to a new raw pointer?...


c++boostpointersshared-ptr

Read More
Crazy C++ Vector iterator...


c++iteratorsegmentation-faultshared-ptrtr1

Read More
How to introduce boost::shared_ptr into an existing (large) C++ codebase?...


c++boostrefactoringshared-ptr

Read More
Using boost::shared_ptr in a library's public interface...


c++apiboostshared-ptr

Read More
C++ - pointer passing question...


c++shared-ptrparameter-passing

Read More
BackNext