#include <proxy.hh>

Public Types | |
| typedef void | enc |
| Encoding associated type. | |
| typedef I::value | equiv |
| Equivalent associated type. | |
Public Member Functions | |
| operator typename I::value () const | |
| Conversion (read access); precise version. | |
| template<typename V > | |
| operator V () const | |
| Conversion (read access); general version. | |
| proxy (const I &ima, const typename I::psite &p) | |
| Constructor. | |
| I::value | to_value () const |
| Explicit read access. | |
| ~proxy () | |
| Destructor. | |
The parameter I is an image type.
| typedef void mln::value::proxy< const I >::enc |
Encoding associated type.
| typedef I ::value mln::value::proxy< const I >::equiv |
Equivalent associated type.
| mln::value::proxy< const I >::proxy | ( | const I & | ima, | |
| const typename I::psite & | p | |||
| ) | [inline] |
Constructor.
| mln::value::proxy< const I >::~proxy | ( | ) | [inline] |
Destructor.
| mln::value::proxy< const I >::operator typename I::value | ( | ) | const [inline] |
Conversion (read access); precise version.
| mln::value::proxy< const I >::operator V | ( | ) | const [inline] |
Conversion (read access); general version.
| I::value mln::value::proxy< const I >::to_value | ( | ) | const [inline] |
Explicit read access.
1.5.9