|
GoPxL SDK
|
Public Types | |
| enum | Type : k32s { Created, Deleted, Changed } |
Public Member Functions | |
| GoNotificationType ()=default | |
| constexpr | GoNotificationType (Type type) |
| operator Type () const | |
| constexpr bool | operator!= (GoNotificationType t) const |
| constexpr bool | operator== (GoNotificationType t) const |
| const std::string | ToString () const |
Static Public Member Functions | |
| static GoNotificationType | FromString (const std::string &type) |