Search code examples
Throwing exception from destructor of RAII class...


c++databaseexceptionraii

Read More
Use the destructor to do work...


c++raiiobject-oriented-analysis

Read More
Are C++ `try`/`catch` blocks the same as other blocks, regarding RAII?...


c++exceptiontry-catchraiinoexcept

Read More
RAII in Python: What's the point of __del__?...


pythonraii

Read More
Should I apply RAII to all arrays I allocated?...


c++raii

Read More
volatile keyword and RAII idiom (C++)...


c++volatileraii

Read More
Can initialization `int * p = malloc(1000);` also be dealt in RAII style?...


c++raii

Read More
Using shared pointers for run time array allocations...


c++memory-managementshared-ptrraii

Read More
Raw pointer inside std::make_shared...


c++pointersc++11raii

Read More
Why is RAII and garbage collection mutually exclusive?...


language-agnosticgarbage-collectionraii

Read More
Owner object that takes pre-created values ? Wrong design?...


c++classpolymorphismraiiownership

Read More
can you use Swift ARC for prompt deallocation of scarce resources (file descriptors, network sockets...


iosswiftsocketsautomatic-ref-countingraii

Read More
Is it possible to do RAII without exceptions?...


c++raii

Read More
passing pointer ownership exception-safely...


c++c++11exceptionsmart-pointersraii

Read More
Understanding RAII object...


c++raii

Read More
RAII pattern for acquire/release with variadic templates...


c++variadic-templatesraii

Read More
How to limit scope of variable needed to construct object that lives longer?...


c++scopeapi-designraii

Read More
How to encapsulate a C API into RAII C++ classes?...


c++apiencapsulationraii

Read More
Dispose pattern in C++ vs Java and C#...


c++resourcesraii

Read More
Undefined behavior for std::vector reserve()...


c++vectorraii

Read More
Dangling pointer with explicit conversion...


c++raii

Read More
RAII objects tr1:shared_ptr...


c++raii

Read More
Queried class member returns wrong value...


c++dllraii

Read More
how to see the code added by the compiler?...


c++raii

Read More
C++ optimizer removal of object with side effects...


c++optimizationraiiside-effects

Read More
C++ code became no-linear when using exception...


c++exceptionraii

Read More
Using a unique_ptr without C++11...


c++c++11raii

Read More
Should I outsource allocation algorithm? (RAII)...


c++memory-managementraii

Read More
Is lock_guard a RAII implementation or it is used to implement RAII?...


c++cdesign-patternsraii

Read More
Memory management patterns...


c++design-patternsmemory-managementraii

Read More
BackNext