#include <io/fields.h>
Public Member Functions | |
ValueFieldImpl (V C::*memptr) | |
Construct with a member pointer for the rutz::value field. | |
virtual void | readValueFrom (FieldContainer *obj, io::reader &reader, const rutz::fstring &name) const |
Read the value of the given object's referred-to field from the io::reader. | |
virtual void | writeValueTo (const FieldContainer *obj, io::writer &writer, const rutz::fstring &name) const |
Write the value of the given object's referred-to field to the io::writer. |
Definition at line 281 of file fields.h.