![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/delegate.h>
Public Member Functions | |
| MapDelegate (C &container, const I &identifier) | |
| MapDelegate (const MapDelegate &delegate) | |
| operator T (void) const | |
| const T & | operator* (void) const |
| MapDelegate< C, I, T > & | operator= (const T &value) |
| MapDelegate< C, I, T > & | operator= (const MapDelegate< C, I, T > &delegate) |
A delegate to reference item of concept::MutableMap.
|
inline |
Build a delegate for an item of a map.
| container | Item container map. |
| identifier | Item map identifier. |
|
inline |
Build a delegate by cloning.
| delegate | Delegate to clone. |
|
inline |
|
inline |
|
inline |
|
inline |