BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Typedefs | Functions
url.hpp File Reference
#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::pathfc::opath
 
typedef fc::optional< fc::variant_objectfc::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)