Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raii

RAII and exception in constructor

c++ exception raii

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

Do boost asio sockets have proper RAII cleanup

c++ boost-asio raii

unique_ptr deleter overhead

c++ c++11 smart-pointers raii

How to encapsulate a C API into RAII C++ classes?

c++ api encapsulation raii

RAII wrapper for function pairs and template specialization

What is a common naming convention for RAII classes? [closed]

c++ naming-conventions raii

RAII resource handling

c++ destructor raii

Will this RAII-style Objective-C class work?

c++ objective-c mutex raii

RAII in Scheme?

lisp scheme raii

Lifetime of C++ class members

c++ raii

Locking a mutex in a destructor in C++11

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

c++ gcc visual-c++ raii icc

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