Btk
Btk::TextBuffer Class Reference

A container of utf16 encoded string for TextEditer. More...

#include <textbuf.hpp>

Public Types

using value_type = std::u16string
 
using iterator = long
 

Public Member Functions

template<class ... Args>
 TextBuffer (Args &&...args)
 
 TextBuffer (const TextBuffer &)=default
 
TextBufferappend (std::u16string_view str)
 
TextBufferappend (std::string_view str)
 
std::u16string * operator-> () noexcept
 

Friends

class TextSelection
 

Detailed Description

A container of utf16 encoded string for TextEditer.


The documentation for this class was generated from the following files: