Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
fmt::Buffer< T > Class Template Referenceabstract

#include <format.h>

Inheritance diagram for fmt::Buffer< T >:
Inheritance graph
[legend]

Public Member Functions

template<typename U >
void append (const U *begin, const U *end)
 
std::size_t capacity () const
 
void clear () FMT_NOEXCEPT
 
T & operator[] (std::size_t index)
 
const T & operator[] (std::size_t index) const
 
void push_back (const T &value)
 
void reserve (std::size_t capacity)
 
void resize (std::size_t new_size)
 
std::size_t size () const
 
virtual ~Buffer ()
 

Protected Member Functions

 Buffer (T *ptr=0, std::size_t capacity=0)
 
virtual void grow (std::size_t size)=0
 

Protected Attributes

std::size_t capacity_
 
T * ptr_
 
std::size_t size_
 

Private Member Functions

 FMT_DISALLOW_COPY_AND_ASSIGN (Buffer)
 

Detailed Description

template<typename T>
class fmt::Buffer< T >

A buffer supporting a subset of std::vector's operations.

Definition at line 667 of file format.h.

Constructor & Destructor Documentation

template<typename T>
fmt::Buffer< T >::Buffer ( T *  ptr = 0,
std::size_t  capacity = 0 
)
inlineprotected

Definition at line 677 of file format.h.

template<typename T>
virtual fmt::Buffer< T >::~Buffer ( )
inlinevirtual

Definition at line 689 of file format.h.

Member Function Documentation

template<typename T >
template<typename U >
void fmt::Buffer< T >::append ( const U *  begin,
const U *  end 
)

Appends data to the end of the buffer.

Definition at line 749 of file format.h.

template<typename T>
std::size_t fmt::Buffer< T >::capacity ( ) const
inline

Returns the capacity of this buffer.

Definition at line 698 of file format.h.

template<typename T>
void fmt::Buffer< T >::clear ( )
inline

Definition at line 724 of file format.h.

template<typename T>
fmt::Buffer< T >::FMT_DISALLOW_COPY_AND_ASSIGN ( Buffer< T >  )
private
template<typename T>
virtual void fmt::Buffer< T >::grow ( std::size_t  size)
protectedpure virtual

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

Implemented in fmt::internal::FixedBuffer< Char >, fmt::internal::MemoryBuffer< T, SIZE, Allocator >, and fmt::internal::MemoryBuffer< Char, internal::INLINE_BUFFER_SIZE, Allocator >.

template<typename T>
T& fmt::Buffer< T >::operator[] ( std::size_t  index)
inline

Definition at line 737 of file format.h.

template<typename T>
const T& fmt::Buffer< T >::operator[] ( std::size_t  index) const
inline

Definition at line 741 of file format.h.

template<typename T>
void fmt::Buffer< T >::push_back ( const T &  value)
inline

Definition at line 726 of file format.h.

template<typename T>
void fmt::Buffer< T >::reserve ( std::size_t  capacity)
inline

Reserves space to store at least capacity elements.

Definition at line 718 of file format.h.

template<typename T>
void fmt::Buffer< T >::resize ( std::size_t  new_size)
inline

Resizes the buffer. If T is a POD type new elements may not be initialized.

Definition at line 706 of file format.h.

template<typename T>
std::size_t fmt::Buffer< T >::size ( ) const
inline

Returns the size of this buffer.

Definition at line 692 of file format.h.

Member Data Documentation

template<typename T>
std::size_t fmt::Buffer< T >::capacity_
protected

Definition at line 675 of file format.h.

template<typename T>
T* fmt::Buffer< T >::ptr_
protected

Definition at line 673 of file format.h.

template<typename T>
std::size_t fmt::Buffer< T >::size_
protected

Definition at line 674 of file format.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:09