StackOverflow Questions for Tag: scoped-ptr

user541686
user541686

Reputation: 210402

Very fast allocation for objects in scoped_ptr?

Score: 0

Views: 219

Answers: 1

Read More
moshbear
moshbear

Reputation: 3322

Difference between boost::scoped_ptr<T> and std::unique_ptr<T>

Score: 66

Views: 35982

Answers: 2

Read More
Rakesh
Rakesh

Reputation: 31

boost::scoped_ptr initialization with other scoped_ptr causes issue. Is this code correct

Score: 0

Views: 555

Answers: 1

Read More
tjysdsg
tjysdsg

Reputation: 756

C++: How to unit test a scoped_ptr?

Score: 1

Views: 148

Answers: 1

Read More
Jacopo
Jacopo

Reputation: 43

scoped pointers and reset

Score: 4

Views: 255

Answers: 3

Read More
Caduchon
Caduchon

Reputation: 5201

How to dynamically cast a boost::scoped_ptr?

Score: 0

Views: 404

Answers: 1

Read More
shadow_map
shadow_map

Reputation: 343

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

Score: 0

Views: 310

Answers: 1

Read More
linofex
linofex

Reputation: 340

How can I get the address of scoped_ptr?

Score: 2

Views: 184

Answers: 1

Read More
user1391279
user1391279

Reputation:

allocating memory for derived class members based on boost smart pointers in the base class through CRTP

Score: 0

Views: 391

Answers: 2

Read More
Narek
Narek

Reputation: 39881

shared_ptr vs scoped_ptr

Score: 38

Views: 47098

Answers: 5

Read More
user765443
user765443

Reputation:

shared_ptr with malloc and free

Score: 24

Views: 20556

Answers: 3

Read More
mkmostafa
mkmostafa

Reputation: 3171

How to create map of scoped_ptr in c++

Score: 3

Views: 774

Answers: 2

Read More
amitlicht
amitlicht

Reputation: 2897

Is it good practice to pass scoped_ptr by reference (from one method to another inside a class)?

Score: 7

Views: 4665

Answers: 3

Read More
Daniel Heilper
Daniel Heilper

Reputation: 1250

scoped_ptr and the c++ standard library

Score: 1

Views: 53

Answers: 0

Read More
samprat
samprat

Reputation: 2214

scoped_ptr to call member function throws error

Score: 0

Views: 142

Answers: 0

Read More
CppNoob
CppNoob

Reputation: 2390

When is a type considered complete?

Score: 8

Views: 140

Answers: 1

Read More
user1709708
user1709708

Reputation: 1577

scoped_ptr for double pointers

Score: 0

Views: 117

Answers: 1

Read More
odinthenerd
odinthenerd

Reputation: 5552

pimpl-idiom in template; which smart pointer?

Score: 6

Views: 2442

Answers: 3

Read More
Marcin K.
Marcin K.

Reputation: 843

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

Score: 0

Views: 266

Answers: 1

Read More
gsf
gsf

Reputation: 7232

most STLish way to init array with boost intrusive pointers

Score: 1

Views: 326

Answers: 1

Read More
PreviousPage 1Next