Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raii

Using/storing derived member in derived class with base class that stores base member

Is it possible to do RAII without exceptions?

c++ raii

RAII and deduced template arguments

c++ templates c++11 raii

SBRM/RAII for std::va_list/va_start()/va_end use

c++ raii variadic-functions

Stack allocated RAII objects vs DI principle

Why is RAII so named? [closed]

raii

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

python raii

Resource Aquisition Is Initialization, in Python

python raii

Is there any RAII file handle already implemented?

c++ io raii

Moved objects are still destructed?

Managing objective-C objects with c++ std::unique_ptr<> or std::shared_ptr<>

Detecting active exceptions in the destructor

c++ exception destructor raii

Usefulness of RAII without exceptions

c++ exception embedded raii

Local variable scope question

c++ scope raii

RAII sockets: when to release (close)

c++ c linux sockets raii

Is there any research on (or better use of) of RAII in GC languages?

RAII approach to catching constructor exceptions

c++ exception constructor raii

RAII and unit testing principles

Destructors not called when native (C++) exception propagates to CLR component

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

c++ smart-pointers raii