BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/network/url.hpp>
#include <fc/io/sstream.hpp>
#include <fc/exception/exception.hpp>
#include <fc/log/logger.hpp>
#include <sstream>
Go to the source code of this file.
Classes | |
class | fc::detail::url_impl |
Namespaces | |
fc | |
fc::detail | |
Functions | |
void | fc::to_variant (const url &u, fc::variant &v, uint32_t max_depth=1) |
void | fc::from_variant (const fc::variant &v, url &u, uint32_t max_depth=1) |
std::shared_ptr< detail::url_impl > | fc::get_null_url () |