Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
configuration_utils.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <fc/filesystem.hpp>
5
7 using namespace sysio;
8
17 chain::abi_def abi_def_from_file(const std::string& file_name, const fc::path& data_dir );
18
26 std::pair<std::string, std::string> parse_kv_pairs( const std::string& input );
27
28}
wraps boost::filesystem::path to provide platform independent path manipulation.
std::pair< std::string, std::string > parse_kv_pairs(const std::string &input)
chain::abi_def abi_def_from_file(const std::string &file_name, const fc::path &data_dir)