November 08, 2009 General » Re: scope(exit) considered harmful | |||
|---|---|---|---|
| |||
...with scope, you can do with C++ RAII objects. But that's like saying everything... | |||
October 21, 2009 General » Re: this() not executing code on structs | |||
|---|---|---|---|
| |||
...add class functionality to structs to enable "RAII" like features, when you could just use... | |||
October 21, 2009 General » Re: this() not executing code on structs | |||
|---|---|---|---|
| |||
...variant that uses a single global mutex. RAII wrappers over global initialization/deinitialization functions. A... | |||
October 08, 2009 General » Re: Eliminate class allocators and deallocators? | |||
|---|---|---|---|
| |||
...malloc() wrapper Maybe even convenience structs too: RAII! - a struct that uses the malloc() wrapper... | |||
September 27, 2009 General » Re: Null references redux | |||
|---|---|---|---|
| |||
...It works for ints, but not for RAII types. It also doesn't (necessarily) work... | |||
September 14, 2009 General » Re: Floating point rounding modes: we should restrict them slightly | |||
|---|---|---|---|
| |||
...from inside SafeD modules, and provide an RAII object in std.math for changing the... | |||
September 14, 2009 General » Re: Floating point rounding modes: we should restrict them slightly | |||
|---|---|---|---|
| |||
...defined in a useless way. Using an RAII object to do it might be better. | |||
September 10, 2009 General » Re: Floating point rounding modes: we should restrict them slightly | |||
|---|---|---|---|
| |||
...easy to abuse, and instead have an RAII struct to restore the mode automatically. But... | |||
September 05, 2009 Duyuru » Bjarne Stroustrup’dan Dillerin Evrimi | |||
|---|---|---|---|
| |||
...kaynak edinim sınıflanması (Resource Acquisiton Is Inialization = RAII ), işte bunlar anahtar teknikler. HD: Atik olduğunuza... | |||
August 23, 2009 Issues » [Issue 2757] resource management in a timely manner | |||
|---|---|---|---|
| |||
...library. D2 will have full support for RAII using structs with the "postblit" operator, this... | |||
Copyright © 1999-2021 by the D Language Foundation