U32 SerialType
The serial representation type.
PolyDbEntry & operator=(const PolyDbEntry &obj)
Copy assignment operator (object)
The number of enumerated constants.
Fw::SerializeStatus deserializeFrom(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
The size of the serial representation.
PolyDbEntry(const T e1)
Constructor (user-provided value)
bool isValid() const
Check raw enum value for validity.
bool operator!=(T e1) const
Inequality operator.
T t
For backwards compatibility.
PolyDbEntry()
Constructor (default value of POLYDB_ENTRY_00)
PolyDbEntry(const PolyDbEntry &obj)
Copy constructor.
bool operator==(T e1) const
Equality operator.
Fw::SerializeStatus serializeTo(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.