1 2 3 4 5 6 7 8 9
#include <QvSFString.h> QV_SFIELD_SOURCE(QvSFString); QvBool QvSFString::readValue(QvInput *in) { return in->read(value); }