Serializable structure for VK JSON output (msgpack-compatible)
More...
#include <json_output.hpp>
|
| template<typename T > |
| static std::string | build (const std::vector< T > &fields, const std::string &hash, const std::string &scheme) |
| |
| static std::vector< uint8_t > | parse_to_bytes (const nlohmann::json &json) |
| |
Serializable structure for VK JSON output (msgpack-compatible)
Definition at line 88 of file json_output.hpp.
◆ build()
template<typename T >
| static std::string bb::VkJson::build |
( |
const std::vector< T > & |
fields, |
|
|
const std::string & |
hash, |
|
|
const std::string & |
scheme |
|
) |
| |
|
inlinestatic |
◆ MSGPACK_FIELDS()
◆ parse_to_bytes()
| static std::vector< uint8_t > bb::VkJson::parse_to_bytes |
( |
const nlohmann::json & |
json | ) |
|
|
inlinestatic |
◆ bb_version
| std::string bb::VkJson::bb_version |
◆ hash
| std::string bb::VkJson::hash |
◆ scheme
| std::string bb::VkJson::scheme |
◆ vk
| std::vector<std::string> bb::VkJson::vk |
The documentation for this struct was generated from the following file: