|
rippled
|

Public Attributes | |
| State | state_ = State::Off |
| std::uint32_t | cnt_ = 0 |
| std::uint32_t | handledCnt_ = 0 |
| bool | isSelected_ = false |
| Peer::id_t | peer_ |
| std::uint16_t | validator_ |
| std::optional< PublicKey > | key_ |
| time_point< ManualClock > | time_ |
| bool | handled_ = false |
Definition at line 885 of file reduce_relay_test.cpp.
| State xrpl::test::reduce_relay_test::Event::state_ = State::Off |
Definition at line 887 of file reduce_relay_test.cpp.
| std::uint32_t xrpl::test::reduce_relay_test::Event::cnt_ = 0 |
Definition at line 888 of file reduce_relay_test.cpp.
| std::uint32_t xrpl::test::reduce_relay_test::Event::handledCnt_ = 0 |
Definition at line 889 of file reduce_relay_test.cpp.
| bool xrpl::test::reduce_relay_test::Event::isSelected_ = false |
Definition at line 890 of file reduce_relay_test.cpp.
| Peer::id_t xrpl::test::reduce_relay_test::Event::peer_ |
Definition at line 891 of file reduce_relay_test.cpp.
| std::uint16_t xrpl::test::reduce_relay_test::Event::validator_ |
Definition at line 892 of file reduce_relay_test.cpp.
| std::optional<PublicKey> xrpl::test::reduce_relay_test::Event::key_ |
Definition at line 893 of file reduce_relay_test.cpp.
| time_point<ManualClock> xrpl::test::reduce_relay_test::Event::time_ |
Definition at line 894 of file reduce_relay_test.cpp.
| bool xrpl::test::reduce_relay_test::Event::handled_ = false |
Definition at line 895 of file reduce_relay_test.cpp.