Name Description Size
architecture
architecture.h #include <msgpack/predef/architecture/.h> 1214
compiler
compiler.h 1634
detail
hardware
hardware.h 430
language
language.h 489
library
library.h 436
make.h Shorthands for the common version number formats used by vendors... 4727
os
os.h 1034
other
other.h #include <msgpack/predef/other/.h> 432
platform
platform.h #include <msgpack/predef/platform/.h> 695
version.h 366
version_number.h ` [heading `MSGPACK_VERSION_NUMBER`] `` MSGPACK_VERSION_NUMBER(major,minor,patch) `` Defines standard version numbers, with these properties: Decimal base whole numbers in the range \[0,1000000000). The number range is designed to allow for a (2,2,5) triplet. Which fits within a 32 bit value. The `major` number can be in the \[0,99\] range. The `minor` number can be in the \[0,99\] range. The `patch` number can be in the \[0,99999\] range. Values can be specified in any base. As the defined value is an constant expression. Value can be directly used in both preprocessor and compiler expressions for comparison to other similarly defined values. The implementation enforces the individual ranges for the major, minor, and patch numbers. And values over the ranges are truncated (modulo). 1617