Search code examples
Reference-counting caveats in Objective-C?...


objective-cgarbage-collectionraiireference-counting

Read More
How to pass a deleter to a method in the same class that is held by a shared_ptr...


c++boostlambdashared-ptrraii

Read More
Do optional elements break RAII and if yes what is a better approach?...


c++pointersraii

Read More
why is overloading needed when using operator<< via template?...


c++templatesraii

Read More
Is it necessary to have static constructors when we follow the "RAII " way of doing things...


c++raii

Read More
When a RAII object fails to construct...


c++raii

Read More
Stack-based object instantiation in D...


stackdallocationraiiphobos

Read More
How to react to stack unwinding when destructors are not supported by a language?...


javaraiistack-unwindingsquirrel

Read More
Using RAII with C++ streams and STL containers?...


c++stlraiiiostream

Read More
Exception within function returning value for constructor...


c++exceptionconstructorsmart-pointersraii

Read More
Way for C++ destructor to skip work when specific exception being thrown?...


c++exceptiondestructorraii

Read More
RAII and assignment...


c++raiiassignment-operator

Read More
Freeing allocated memory...


c++raii

Read More
C++ Raii and stack unwinding...


c++scoperaii

Read More
Getting shared_ptr to call a member function once its reference count reaches 0...


c++shared-ptrraii

Read More
How to handle failure to release a resource which is contained in a smart pointer?...


c++smart-pointersraii

Read More
Howto mix TDD and RAII...


c++tddraii

Read More
Throwing Exception in CTOR and Smart Pointers...


c++constructorsmart-pointersraii

Read More
~1s latency control app: is this suitable for Java?...


javac++controlsgarbage-collectionraii

Read More
When is it appropriate to use C++ exceptions?...


c++exceptionmemoryerror-handlingraii

Read More
Can inversion of control and RAII play together?...


inversion-of-controlraii

Read More
Better way to write an object generator for an RAII template class?...


c++templatestype-inferenceraii

Read More
Having a destructor take different actions depending on whether an exception occurred...


c++exceptiontransactionsraii

Read More
How can I automatically release resources RAII-style in Perl?...


perlraii

Read More
Unit Testing Private Method in Resource Managing Class (C++)...


c++unit-testingraiiboost-test

Read More
Is this a good way to manage initializations of COM?...


c++windowscomraiiresource-management

Read More
RAII and C++ STL...


c++stlraii

Read More
Is it possible to prevent an RAII-style class from being instantiated "anonymously"?...


c++gccvisual-c++raiiicc

Read More
RAII in Scheme?...


lispschemeraii

Read More
Is a C++ destructor guaranteed not to be called until the end of the block?...


c++raii

Read More
BackNext