CDT  v4.2.0
инструменты разработчика
Класс eosio::rope

#include <rope.hpp>

Открытые члены

 rope (const char *s)
 
 rope (std::string_view s="")
 
template<size_t N>
constexpr void append (const char(&s)[N])
 
void append (const char *s, size_t len)
 
constexpr char at (size_t index)
 
constexpr void append (const rope &r)
 
constexpr void append (rope &&r)
 
constexpr char operator[] (size_t index)
 
constexpr ropeoperator+= (const char *s)
 
constexpr ropeoperator+= (const rope &r)
 
constexpr ropeoperator+= (rope &&r)
 
constexpr size_t length ()
 
void print () const
 
char * c_str () const
 
std::string_view sv () const
 

Друзья

rope operator+ (rope lhs, const char *s)
 
rope operator+ (rope lhs, const rope &rhs)
 
rope operator+ (rope lhs, rope &&rhs)
 

Подробное описание

См. определение в файле rope.hpp строка 34


Объявления и описания членов класса находятся в файле: