| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <cstdint>#include <string>#include <vector>

Go to the source code of this file.
Data Structures | |
| struct | storage::binary_content |
Namespaces | |
| storage | |
Functions | |
| bool | storage::file_has_binary_content_header (std::string const &file_name) |
| storage::binary_content | storage::load_binary_content_from_file (std::string const &file_name) |
| void | storage::write_binary_content_to_file (std::string const &file_name, storage::binary_content const &sbc) |