ARB
Public Member Functions | List of all members
LocallyModify< T > Class Template Reference

#include <arbtools.h>

Inheritance diagram for LocallyModify< T >:
Inheritance graph
[legend]
Collaboration diagram for LocallyModify< T >:
Collaboration graph
[legend]

Public Member Functions

 LocallyModify (T &var_, T localValue)
 
 LocallyModify (T &var_)
 
 ~LocallyModify ()
 
T old_value () const
 

Detailed Description

template<typename T>
class LocallyModify< T >

Definition at line 127 of file arbtools.h.

Constructor & Destructor Documentation

template<typename T>
LocallyModify< T >::LocallyModify ( T var_,
T  localValue 
)
inline

Definition at line 134 of file arbtools.h.

template<typename T>
LocallyModify< T >::LocallyModify ( T var_)
inlineexplicit

Definition at line 135 of file arbtools.h.

template<typename T>
LocallyModify< T >::~LocallyModify ( )
inline

Definition at line 136 of file arbtools.h.

Member Function Documentation

template<typename T>
T LocallyModify< T >::old_value ( ) const
inline

Definition at line 138 of file arbtools.h.

Referenced by colorDefChanged_callback().


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