|
libxr
1.0
Want to be the best embedded framework
|
Sink used by the second formatting pass to fill retained storage. More...
#include <libxr_string.hpp>
Public Member Functions | |
| ErrorCode | Write (std::string_view chunk) |
Data Fields | |
| char * | data = nullptr |
| size_t | capacity = 0 |
| size_t | size = 0 |
Sink used by the second formatting pass to fill retained storage.
格式化第二遍使用的保留存储写入端。
Definition at line 214 of file libxr_string.hpp.
|
inlinenodiscard |
Definition at line 220 of file libxr_string.hpp.
| size_t LibXR::Detail::RuntimeStringBufferSink::capacity = 0 |
Definition at line 217 of file libxr_string.hpp.
| char* LibXR::Detail::RuntimeStringBufferSink::data = nullptr |
Definition at line 216 of file libxr_string.hpp.
| size_t LibXR::Detail::RuntimeStringBufferSink::size = 0 |
Definition at line 218 of file libxr_string.hpp.