TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Member Functions | List of all members
common::ScopeGuard< Function > Class Template Reference

#include <language.h>

Public Member Functions

 ScopeGuard (Function f)
 
 ~ScopeGuard ()
 
 ScopeGuard (ScopeGuard &&rhs)
 
void dismiss ()
 

Constructor & Destructor Documentation

template<class Function >
common::ScopeGuard< Function >::ScopeGuard ( Function  f)
inline
template<class Function >
common::ScopeGuard< Function >::~ScopeGuard ( )
inline
template<class Function >
common::ScopeGuard< Function >::ScopeGuard ( ScopeGuard< Function > &&  rhs)
inline

Member Function Documentation

template<class Function >
void common::ScopeGuard< Function >::dismiss ( )
inline

The documentation for this class was generated from the following file: