#include <io/fields.h>
Public Member Functions | |
virtual | ~FieldImpl () |
Virtual destructor. | |
virtual void | readValueFrom (FieldContainer *obj, io::reader &reader, const rutz::fstring &name) const =0 |
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 =0 |
Write the value of the given object's referred-to field to the io::writer. |
Definition at line 92 of file fields.h.