Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raii

Is it possible to write/wrap the exception handling components (try,catch) in different class?

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

Preventing header explosion in C++ (or C++0x)

Are there cases where a "finally" construct would be useful in C++?

c++ raii finally

How should one log when an exception is triggered?

c++ exception logging raii

In C++ is there an idiomatic way to guard against the situation in which running a collection of actions causes the collection to be mutated?

c++ raii

Win API wrapper classes for handles

c++ windows winapi 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