OEFieldType¶
template<class T> class OEFieldType
The OEFieldType class is a templated class used to construct OEField objects for interacting with OERecord s.
Constructor¶
template <class T> OEFieldType<T> ()
Generally, OEFieldType objects are not constructed directly, but
are used from the Types
namespace.
FromBytes¶
static bool FromBytes(T &val, const OEBytes &data)
Returns true if a T value can be read from the provided bytes.
OEFieldTypeHandler¶
class OEFieldTypeHandler
The OEFieldTypeHandler class is a
base class for field types. OEFieldTypeHandler objects are not constructed
by users, but specific handlers are found in the
Types
namespace.