Classes | Typedefs | Functions
stringbuffer.h File Reference
#include "internal/stack.h"
#include "stream.h"
Include dependency graph for stringbuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GenericStringBuffer< Encoding, Allocator >
 Represents an in-memory output stream. More...
 

Typedefs

typedef GenericStringBuffer< UTF8<> > StringBuffer
 String buffer with UTF8 encoding. More...
 

Functions

template<>
void PutN (GenericStringBuffer< UTF8<>> &stream, char c, size_t n)
 
template<typename Encoding , typename Allocator >
void PutReserve (GenericStringBuffer< Encoding, Allocator > &stream, size_t count)
 
template<typename Encoding , typename Allocator >
void PutUnsafe (GenericStringBuffer< Encoding, Allocator > &stream, typename Encoding::Ch c)
 

Typedef Documentation

String buffer with UTF8 encoding.

Definition at line 103 of file stringbuffer.h.

Function Documentation

template<>
void PutN ( GenericStringBuffer< UTF8<>> &  stream,
char  c,
size_t  n 
)
inline

Implement specialized version of PutN() with memset() for better performance.

Definition at line 120 of file stringbuffer.h.

template<typename Encoding , typename Allocator >
void PutReserve ( GenericStringBuffer< Encoding, Allocator > &  stream,
size_t  count 
)
inline

Definition at line 106 of file stringbuffer.h.

template<typename Encoding , typename Allocator >
void PutUnsafe ( GenericStringBuffer< Encoding, Allocator > &  stream,
typename Encoding::Ch  c 
)
inline

Definition at line 112 of file stringbuffer.h.



livox_ros_driver
Author(s): Livox Dev Team
autogenerated on Mon Mar 15 2021 02:40:46