Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::internal::FixedBuffer< Char > Class Template Reference

#include <format.h>

+ Inheritance diagram for fmt::internal::FixedBuffer< Char >:
+ Collaboration diagram for fmt::internal::FixedBuffer< Char >:

Public Member Functions

 FixedBuffer (Char *array, std::size_t size)
 
- Public Member Functions inherited from fmt::Buffer< Char >
virtual ~Buffer ()
 
std::size_t size () const
 
std::size_t capacity () const
 
void resize (std::size_t new_size)
 
void reserve (std::size_t capacity)
 
void clear () FMT_NOEXCEPT
 
void push_back (const Char &value)
 
void append (const U *begin, const U *end)
 
Char & operator[] (std::size_t index)
 
const Char & operator[] (std::size_t index) const
 

Protected Member Functions

FMT_API void grow (std::size_t size) FMT_OVERRIDE
 
- Protected Member Functions inherited from fmt::Buffer< Char >
 Buffer (Char *ptr=FMT_NULL, std::size_t capacity=0)
 

Additional Inherited Members

- Protected Attributes inherited from fmt::Buffer< Char >
Char * ptr_
 
std::size_t size_
 
std::size_t capacity_
 

Detailed Description

template<typename Char>
class fmt::internal::FixedBuffer< Char >

Definition at line 900 of file format.h.

Constructor & Destructor Documentation

◆ FixedBuffer()

template<typename Char >
fmt::internal::FixedBuffer< Char >::FixedBuffer ( Char * array,
std::size_t size )
inline

Definition at line 902 of file format.h.

Member Function Documentation

◆ grow()

template<typename Char >
FMT_API void fmt::internal::FixedBuffer< Char >::grow ( std::size_t size)
protectedvirtual

\rst Increases the buffer capacity to hold at least size elements updating ptr_ and capacity_. \endrst

Implements fmt::Buffer< Char >.


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