Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
string.hpp File Reference
#include <fc/utility.hpp>
#include <fc/fwd.hpp>
#include <optional>
#include <string>
Include dependency graph for string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 

Typedefs

typedef std::string fc::string
 

Functions

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