|
CCF
|
#include "ccf/service/map.h"#include <optional>#include <stdint.h>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | ccf |
| namespace | ccf::Tables |
Typedefs | |
| using | ccf::Module = std::string |
| using | ccf::Modules = ccf::kv::RawCopySerialisedMap< std::string, Module > |
| using | ccf::ModulesQuickJsBytecode = ccf::kv::RawCopySerialisedMap< std::string, std::vector< uint8_t > > |
| using | ccf::ModulesQuickJsVersion = ccf::kv::RawCopySerialisedValue< std::string > |
| using | ccf::InterpreterFlush = ServiceValue< bool > |