Typedefs | |
| typedef const ScopeGuardImplBase & | Loki::ScopeGuard |
Functions | |
| template<class T> | |
| RefToValue< T > | Loki::ByRef (T &t) |
| typedef const ScopeGuardImplBase & Loki::ScopeGuard |
See Andrei's and Petru Marginean's CUJ article http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm
Changes to the original code by Joshua Lehrer: http://www.lehrerfamily.com/scopeguard.html
| RefToValue<T> Loki::ByRef | ( | T & | t | ) | [inline] |
RefToValue creator.
1.4.7