|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Bump-append target; ok latches false once an append would overflow cap.
More...
#include <strbuf.h>
Public Attributes | |
| char * | p |
| size_t | cap |
| size_t | len |
| bool | ok |
Bump-append target; ok latches false once an append would overflow cap.
| char* DetSb::p |
Definition at line 29 of file strbuf.h.
Referenced by det_sb_finish(), det_sb_put(), and det_sb_xml().
| size_t DetSb::cap |
Definition at line 30 of file strbuf.h.
Referenced by det_sb_put(), and det_sb_xml().
| size_t DetSb::len |
Definition at line 31 of file strbuf.h.
Referenced by det_sb_finish(), det_sb_put(), and det_sb_xml().
| bool DetSb::ok |
Definition at line 32 of file strbuf.h.
Referenced by det_sb_finish(), det_sb_put(), and det_sb_xml().