|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
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* pc_sb::p |
Definition at line 31 of file strbuf.h.
Referenced by pc_sb_ch(), pc_sb_finish(), pc_sb_json(), pc_sb_put_clip(), pc_sb_put_n(), pc_sb_u64_clip(), pc_sb_uint(), and pc_sb_xml().
| size_t pc_sb::cap |
Definition at line 32 of file strbuf.h.
Referenced by pc_sb_ch(), pc_sb_finish(), pc_sb_json(), pc_sb_put(), pc_sb_put_clip(), pc_sb_put_n(), pc_sb_u64_clip(), pc_sb_uint(), and pc_sb_xml().
| size_t pc_sb::len |
Definition at line 33 of file strbuf.h.
Referenced by pc_frame_vbuild(), pc_sb_ch(), pc_sb_finish(), pc_sb_json(), pc_sb_put_clip(), pc_sb_put_n(), pc_sb_u64_clip(), pc_sb_uint(), and pc_sb_xml().
| bool pc_sb::ok |
Definition at line 34 of file strbuf.h.
Referenced by pc_sb_ch(), pc_sb_finish(), pc_sb_fixed(), pc_sb_g(), pc_sb_json(), pc_sb_put(), pc_sb_put_clip(), pc_sb_put_n(), pc_sb_u64_clip(), pc_sb_uint(), and pc_sb_xml().