#include <MNProtectedVar.h>
Inheritance diagram for ProtectedVar< T >:
Public Member Functions | |
ProtectedVar (T i) | |
ProtectedVar () | |
ProtectedVar< T > & | operator= (T i) |
ProtectedVar< T > & | operator+= (T i) |
ProtectedVar< T > & | operator-= (T i) |
bool | operator== (T i) |
bool | operator!= (T i) |
T | operator++ () |
T | operator++ (int) |
T | operator-- () |
T | operator-- (int) |
T | replace (T nval) |
operator T () | |
void | print_T (ostream &ostr) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|