7 #ifndef Fw_CompletedEnumAc_HPP 8 #define Fw_CompletedEnumAc_HPP 108 return this->
e == e1;
114 return !(*
this == e1);
120 friend std::ostream& operator<<(
146 #if FW_SERIALIZABLE_TO_STRING
bool operator==(T e1) const
Equality operator.
The size of the serial representation.
The number of enumerated constants.
Completed & operator=(const Completed &obj)
Copy assignment operator (object)
Canceled before completion.
SerializeStatus
forward declaration for string
bool isValid() const
Check raw enum value for validity.
Completed(const T e1)
Constructor (user-provided value)
Completed()
Constructor (default value of COMPLETED)
Completed(const Completed &obj)
Copy constructor.
T t
For backwards compatibility.
I32 SerialType
The serial representation type.
C++-compatible configuration header for fprime configuration.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialize raw enum value to SerialType.
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialize raw enum value from SerialType.
bool operator!=(T e1) const
Inequality operator.