Potato Engine
Hobby Game Engine Project
|
Public Member Functions | |
fixed_string_writer (fixed_string_writer const &)=delete | |
fixed_string_writer & | operator= (fixed_string_writer const &)=delete |
bool | empty () const noexcept |
operator bool () const noexcept | |
size_type | size () const noexcept |
size_type | capacity () const |
const_pointer | data () const noexcept |
const_pointer | c_str () const noexcept |
operator string_view () const noexcept | |
void | write (string_view str) |
void | write (value_type ch) |
void | push_back (value_type ch) |
void | clear () |