Photon 1.0.0
|
#include <types.h>
Public Member Functions | |
def_value (T def_val) | |
def_value (const def_value< T > &val) | |
void | reset (T def_val) |
bool | is_default () const |
T | operator= (T new_val) |
def_value< T > & | operator= (const def_value< T > &val) |
operator T () const | |
Private Attributes | |
T | m_val |
bool | m_is_default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |