|
Rice
3.0.0
|
A helper class so hash[key]=value can work. More...
#include <Hash.hpp>
Public Member Functions | |
| Proxy (Hash hash, Object key) | |
| Construct a new Proxy. | |
| operator Object () const | |
| Implicit conversion to Object. | |
| VALUE | value () const |
| Explicit conversion to VALUE. | |
| template<typename T > | |
| Object | operator= (T const &value) |
| Assignment operator. | |
| void | swap (Proxy &proxy) |
A helper class so hash[key]=value can work.