|
Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
| template<typename Container > | |
| MessageField (MessageField< T, Kind > Container::*field, MessagePart *containingMessage) | |
| Creates a messagefield and adds the corresponding reader and writer functions to the containingMessage. More... | |
| T | operator() () const |
| T | operator= (const T rhs) |
Private Attributes | |
| T | value_ {} |
|
inline |
Creates a messagefield and adds the corresponding reader and writer functions to the containingMessage.
|
inline |
|
inline |
|
private |