Potato Engine
Hobby Game Engine Project
Public Types | Public Member Functions | List of all members
up::fixed_string_writer< Capacity > Class Template Reference

Public Types

using value_type = char
 
using iterator = value_type *
 
using pointer = value_type *
 
using const_pointer = value_type const *
 
using const_iterator = value_type const *
 
using size_type = std::size_t
 

Public Member Functions

 fixed_string_writer (fixed_string_writer const &)=delete
 
fixed_string_writeroperator= (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 ()
 

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