|
CDT
v4.2.0
инструменты разработчика
|
#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 rope & | operator+= (const char *s) |
| constexpr rope & | operator+= (const rope &r) |
| constexpr rope & | operator+= (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) |