Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
LatchRestore< T > Class Template Reference

#include <LatchRestore.h>

Public Member Functions

 LatchRestore (T &dest, const T &src)
 
virtual ~LatchRestore ()
 

Protected Attributes

valueToRestore
 
T & whereToRestore
 

Detailed Description

template<typename T>
class LatchRestore< T >

Definition at line 96 of file LatchRestore.h.

Constructor & Destructor Documentation

◆ LatchRestore()

template<typename T>
LatchRestore< T >::LatchRestore ( T & dest,
const T & src )
inline

Definition at line 103 of file LatchRestore.h.

◆ ~LatchRestore()

template<typename T>
virtual LatchRestore< T >::~LatchRestore ( )
inlinevirtual

Definition at line 109 of file LatchRestore.h.

Member Data Documentation

◆ valueToRestore

template<typename T>
T LatchRestore< T >::valueToRestore
protected

Definition at line 99 of file LatchRestore.h.

◆ whereToRestore

template<typename T>
T& LatchRestore< T >::whereToRestore
protected

Definition at line 100 of file LatchRestore.h.


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