|
Lexis
1.1.0
Vocabulary of events and shared objects for BBP and HBP software
|
Inheritance diagram for lexis::Request:
Collaboration diagram for lexis::Request:Public Member Functions | |
| ::zerobuf::uint128_t | getEvent () const |
| void | setEvent (::zerobuf::uint128_t value) |
| Set the Event value. More... | |
| Request (const ::zerobuf::uint128_t &eventValue) | |
| Request (const Request &rhs) | |
| Request (Request &&rhs) noexcept | |
| Request (const ::zerobuf::Zerobuf &rhs) | |
| Request (::zerobuf::AllocatorPtr allocator) | |
| Request & | operator= (const Request &rhs) |
| Request & | operator= (Request &&rhs) |
| std::string | getSchema () const final |
| std::string | getTypeName () const final |
| ::zerobuf::uint128_t | getTypeIdentifier () const final |
| size_t | getZerobufStaticSize () const final |
| size_t | getZerobufNumDynamics () const final |
| void | _parseJSON (const Json::Value &json) final |
| void | _createJSON (Json::Value &json) const final |
| void lexis::Request::setEvent | ( | ::zerobuf::uint128_t | value | ) |
Set the Event value.
notifyChanged() is internally called after the change has been done.
| value | the Event value |