Orxonox  0.0.5 Codename: Arcturus
Classes | Typedefs | Functions
Exception-safe code

Classes

class  Loki::ObjScopeGuardImpl0< Obj, MemFun >
 Implementation class for a class per-instance member function with no parameters. More...
 
class  Loki::ObjScopeGuardImpl1< Obj, MemFun, P1 >
 Implementation class for a class per-instance member function with one parameter. More...
 
class  Loki::ObjScopeGuardImpl2< Obj, MemFun, P1, P2 >
 Implementation class for a class per-instance member function with two parameters. More...
 
class  Loki::ObjScopeGuardImpl3< Obj, MemFun, P1, P2, P3 >
 Implementation class for a class per-instance member function with three parameters. More...
 
class  Loki::ScopeGuardImpl0< F >
 Implementation class for a standalone function or class static function with no parameters. More...
 
class  Loki::ScopeGuardImpl1< F, P1 >
 Implementation class for a standalone function or class static function with one parameter. More...
 
class  Loki::ScopeGuardImpl2< F, P1, P2 >
 Implementation class for a standalone function or class static function with two parameters. More...
 
class  Loki::ScopeGuardImpl3< F, P1, P2, P3 >
 Implementation class for a standalone function or class static function with three parameters. More...
 
class  Loki::ScopeGuardImpl4< F, P1, P2, P3, P4 >
 Implementation class for a standalone function or class static function with four parameters. More...
 
class  Loki::ScopeGuardImpl5< F, P1, P2, P3, P4, P5 >
 Implementation class for a standalone function or class static function with five parameters. More...
 
class  Loki::ScopeGuardImplBase
 Base class used by all ScopeGuard implementations. More...
 

Typedefs

typedef const ScopeGuardImplBase & Loki::ScopeGuard
 
  More...
 

Functions

template<class T >
RefToValue< T > Loki::ByRef (T &t)
 RefToValue creator. More...
 

Detailed Description

Typedef Documentation

typedef const ScopeGuardImplBase & Loki::ScopeGuard

 

Function Documentation

template<class T >
RefToValue<T> Loki::ByRef ( T &  t)
inline

RefToValue creator.