Wire Sysio Wire Sysion 1.0.0
|
#include <chainbase.hpp>
Public Member Functions | |
oid (int64_t i=0) | |
oid & | operator++ () |
Public Attributes | |
int64_t | _id = 0 |
Friends | |
bool | operator< (const oid &a, const oid &b) |
bool | operator> (const oid &a, const oid &b) |
bool | operator<= (const oid &a, const oid &b) |
bool | operator>= (const oid &a, const oid &b) |
bool | operator== (const oid &a, const oid &b) |
bool | operator!= (const oid &a, const oid &b) |
std::ostream & | operator<< (std::ostream &s, const oid &id) |
Object ID type that includes the type of the object it references
Definition at line 70 of file chainbase.hpp.
|
inline |
Definition at line 72 of file chainbase.hpp.
|
inline |
Definition at line 74 of file chainbase.hpp.
Definition at line 81 of file chainbase.hpp.
Definition at line 76 of file chainbase.hpp.
Definition at line 82 of file chainbase.hpp.
Definition at line 78 of file chainbase.hpp.
Definition at line 80 of file chainbase.hpp.
Definition at line 77 of file chainbase.hpp.
Definition at line 79 of file chainbase.hpp.
int64_t chainbase::oid< T >::_id = 0 |
Definition at line 86 of file chainbase.hpp.