--- a/docs/Writerside/topics/buffer.h.md Thu Jan 23 01:33:36 2025 +0100 +++ b/docs/Writerside/topics/buffer.h.md Thu Jan 23 20:19:03 2025 +0100 @@ -10,3 +10,26 @@ Since UCX 3.0, the buffer also supports automatic flushing of contents to another stream (or buffer) as an alternative to automatically resizing the buffer space. Please refer to the API doc for the fields prefixed with `flush_` to learn more. + +## Undocumented Symbols (TODO) +### cxBufferAppend +### cxBufferClear +### cxBufferCreate +### cxBufferDestroy +### cxBufferEnableFlushing +### cxBufferEof +### cxBufferFlush +### cxBufferFree +### cxBufferGet +### cxBufferInit +### cxBufferMinimumCapacity +### cxBufferPut +### cxBufferPutString +### cxBufferRead +### cxBufferReset +### cxBufferSeek +### cxBufferShift +### cxBufferShiftLeft +### cxBufferShiftRight +### cxBufferTerminate +### cxBufferWrite