|
Wire Sysio Wire Sysion 1.0.0
|


Go to the source code of this file.
Classes | |
| struct | chainbase::environment |
| struct | chainbase::db_header |
Namespaces | |
| namespace | chainbase |
Enumerations | |
| enum | os_t : unsigned char { OS_LINUX , OS_MACOS , OS_WINDOWS , OS_OTHER } |
| enum | arch_t : unsigned char { ARCH_X86_64 , ARCH_ARM , ARCH_RISCV , ARCH_OTHER } |
Functions | |
| struct chainbase::environment | chainbase::__attribute__ ((packed)) |
| environment () | |
| bool | operator== (const environment &other) |
| bool | operator!= (const environment &other) |
| std::ostream & | chainbase::operator<< (std::ostream &os, const chainbase::environment &dt) |
Variables | |
| constexpr size_t | chainbase::header_size = 1024 |
| constexpr uint64_t | chainbase::header_id = 0x3242444f49534f45ULL |
| bool | debug |
| os_t | os |
| arch_t | arch |
| unsigned | boost_version = BOOST_VERSION |
| uint8_t | reserved [512] = {} |
| char | compiler [256] = {} |
| uint64_t | id = header_id |
| bool | dirty = false |
| environment | dbenviron |
| constexpr size_t | chainbase::header_dirty_bit_offset = offsetof(db_header, dirty) |
| enum arch_t : unsigned char |
| Enumerator | |
|---|---|
| ARCH_X86_64 | |
| ARCH_ARM | |
| ARCH_RISCV | |
| ARCH_OTHER | |
Definition at line 10 of file environment.hpp.
| enum os_t : unsigned char |
| Enumerator | |
|---|---|
| OS_LINUX | |
| OS_MACOS | |
| OS_WINDOWS | |
| OS_OTHER | |
Definition at line 4 of file environment.hpp.
| __attribute__::environment | ( | ) |
| bool __attribute__::operator!= | ( | const environment & | other | ) |
Definition at line 51 of file environment.hpp.
| bool __attribute__::operator== | ( | const environment & | other | ) |
| arch_t arch |
Definition at line 33 of file environment.hpp.
| unsigned boost_version = BOOST_VERSION |
Definition at line 44 of file environment.hpp.
| char compiler[256] = {} |
Definition at line 46 of file environment.hpp.
| environment dbenviron |
Definition at line 2 of file environment.hpp.
| bool debug |
Definition at line 17 of file environment.hpp.
| bool dirty = false |
Definition at line 1 of file environment.hpp.
| uint64_t id = header_id |
Definition at line 0 of file environment.hpp.
| os_t os |
Definition at line 23 of file environment.hpp.
| uint8_t reserved[512] = {} |
Definition at line 45 of file environment.hpp.