CCF
|
#include <kv_types.h>
Public Member Functions | |
TxID ()=default | |
TxID (Term t, Version v) | |
TxID (const ccf::TxID &other) | |
operator ccf::TxID () const | |
bool | operator== (const TxID &other) const |
std::string | str () const |
Public Attributes | |
Term | term = 0 |
Version | version = 0 |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
Term ccf::kv::TxID::term = 0 |
Version ccf::kv::TxID::version = 0 |