BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Functions
string.cpp File Reference
#include <fc/fwd_impl.hpp>
#include <fc/exception/exception.hpp>
#include <fc/io/json.hpp>
#include <fc/io/sstream.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string.hpp>
#include <string>
#include <sstream>
#include <iomanip>
#include <locale>
#include <limits>

Go to the source code of this file.

Classes

class  fc::comma_numpunct
 

Namespaces

 fc
 

Functions

std::string fc::to_pretty_string (int64_t)
 
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::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)
 
string fc::format_string (const string &format, const variant_object &args, uint32_t max_object_depth)