BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
string.hpp File Reference
#include <fc/fwd.hpp>
#include <fc/optional.hpp>
#include <string>

Go to the source code of this file.

Namespaces

 fc
 

Functions

int64_t fc::to_int64 (const std::string &)
 
uint64_t fc::to_uint64 (const std::string &)
 
double fc::to_double (const std::string &)
 
std::string fc::to_string (double)
 
std::string fc::to_string (uint64_t)
 
std::string fc::to_string (int64_t)
 
std::string fc::to_string (uint16_t)
 
std::string fc::to_pretty_string (int64_t)
 
std::string fc::to_string (int32_t v)
 
std::string fc::to_string (uint32_t v)
 
std::string fc::format_string (const std::string &, const variant_object &, uint32_t max_object_depth=200)
 
std::string fc::trim (const std::string &)
 
std::string fc::to_lower (const std::string &)
 
string fc::trim_and_normalize_spaces (const string &s)
 
uint64_t fc::parse_size (const string &s)