#include <cached_value.h>
Inheritance diagram for cached_value< T >:

Public Types | |
| typedef T | value_type |
Public Member Functions | |
| cached_value () | |
| value_type const | get () const |
| return the cached value | |
| bool | cached () const |
| return true if a value is cached | |
| value_type const | reset (value_type const &val) |
| set the contained value | |
|
|||||
|
|
|
|||||||||
|
|
|
|||||||||
|
return true if a value is cached
|
|
|||||||||
|
return the cached value
|
|
||||||||||
|
set the contained value
|
1.4.6