|
Safeheron-SGX-Native-Development-Framework v1.2.0
|
#include <optional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | ssgx::config_t::TomlKey |
| Represents a key used in TOML data mappings. More... | |
| class | ssgx::config_t::TomlConfig |
| A trusted wrapper around the untrusted toml library More... | |
Namespaces | |
| namespace | ssgx |
| namespace | ssgx::config_t |
| This module is designed to be able to directly read configuration file data in enclave. | |
Functions | |
| template<typename T > | |
| std::vector< TomlKey > | ssgx::config_t::MakeArgs (T first) |
| Creates a vector of TomlKey objects from a single key. | |
| template<typename T , typename... Types> | |
| std::vector< TomlKey > | ssgx::config_t::MakeArgs (T first, Types... args) |
| Creates a vector of TomlKey objects from multiple keys. | |