BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/optional.hpp>
#include <stdint.h>
#include <fc/filesystem.hpp>
#include <fc/variant_object.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
class | fc::url |
class | fc::mutable_url |
Namespaces | |
fc | |
fc::detail | |
Typedefs | |
typedef fc::optional< std::string > | fc::ostring |
typedef fc::optional< fc::path > | fc::opath |
typedef fc::optional< fc::variant_object > | fc::ovariant_object |
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) |