SpiceQA
Questions
Tags
Users
Badges
pimpl-idiom
23 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Using PIMPL but single header + multiple cpp files
user_1436508
0
•
asked Aug 31, 2022
1
0
47
pimpl-idiom
c++
C++ PIMPL using std::unique_ptr and rule of five
user_878564
0
•
asked Apr 9, 2022
2
0
81
rule-of-five
unique-ptr
pimpl-idiom
c++
Why does = default member initializer request instantiation of unique_ptr destructor while {} does not?
user_4117728
0
•
asked Mar 8, 2022
16
1
349
template-instantiation
unique-ptr
language-lawyer
pimpl-idiom
c++
Unique_ptr usage for pimpl - doesn't compile even though destructor is declared
user_192359
0
•
asked Aug 20, 2021
2
1
159
pimpl-idiom
compiler-errors
c++
Is there any reason not to use pimpl to implement move support in C++?
user_62163
0
•
asked May 24, 2021
3
2
150
move-semantics
pimpl-idiom
c++
Is pimpl idiom better than using always unique_ptr as member variables?
user_3742489
0
•
asked May 20, 2021
9
1
313
pimpl-idiom
compile-time
c++
Pimpl idiom and swap
user_2554220
0
•
asked May 19, 2020
3
2
202
unique-ptr
pimpl-idiom
swap
c++11
c++
How to avoid downcasting in this specific class hierarchy design?
user_7089362
0
•
asked Mar 19, 2020
3
1
242
pimpl-idiom
polymorphism
oop
design-patterns
c++
How to check that PIMPL does not recompile client class
user_9575339
0
•
asked Mar 16, 2020
2
1
66
pimpl-idiom
g++
compilation
c++
What does "d" stand for in d-pointer?
user_1007758
0
•
asked Oct 23, 2019
11
2
889
d-pointer
qt5
pimpl-idiom
qt
c++
1
(current)
2
3
Next
Next
Hot Questions