#include <environment.hpp>
Definition at line 10 of file environment.hpp.
◆ arch_t
Enumerator |
---|
ARCH_X86_64 | |
ARCH_ARM | |
ARCH_RISCV | |
ARCH_OTHER | |
Definition at line 21 of file environment.hpp.
21 : unsigned char {
26 };
◆ os_t
Enumerator |
---|
OS_LINUX | |
OS_MACOS | |
OS_WINDOWS | |
OS_OTHER | |
Definition at line 15 of file environment.hpp.
15 : unsigned char {
20 };
◆ environment()
chainbase::environment::environment |
( |
| ) |
|
|
inline |
◆ operator!=()
bool chainbase::environment::operator!= |
( |
const environment & | other | ) |
|
|
inline |
◆ operator==()
bool chainbase::environment::operator== |
( |
const environment & | other | ) |
|
|
inline |
◆ __attribute__
◆ arch
arch_t chainbase::environment::arch |
◆ boost_version
unsigned chainbase::environment::boost_version = BOOST_VERSION |
◆ compiler
char chainbase::environment::compiler[256] = {} |
◆ debug
bool chainbase::environment::debug |
◆ os
os_t chainbase::environment::os |
◆ reserved
uint8_t chainbase::environment::reserved[512] = {} |
The documentation for this struct was generated from the following file: