DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
DetSb Struct Reference

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
 

Detailed Description

Bump-append target; ok latches false once an append would overflow cap.

Definition at line 27 of file strbuf.h.

Member Data Documentation

◆ p

char* DetSb::p

Definition at line 29 of file strbuf.h.

Referenced by det_sb_finish(), det_sb_put(), and det_sb_xml().

◆ cap

size_t DetSb::cap

Definition at line 30 of file strbuf.h.

Referenced by det_sb_put(), and det_sb_xml().

◆ len

size_t DetSb::len

Definition at line 31 of file strbuf.h.

Referenced by det_sb_finish(), det_sb_put(), and det_sb_xml().

◆ ok

bool DetSb::ok

Definition at line 32 of file strbuf.h.

Referenced by det_sb_finish(), det_sb_put(), and det_sb_xml().


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