171 /** |
171 /** |
172 * Optional flush configuration |
172 * Optional flush configuration |
173 * |
173 * |
174 * @see cxBufferEnableFlushing() |
174 * @see cxBufferEnableFlushing() |
175 */ |
175 */ |
176 CxBufferFlushConfig* flush; |
176 CxBufferFlushConfig *flush; |
177 /** Current position of the buffer. */ |
177 /** Current position of the buffer. */ |
178 size_t pos; |
178 size_t pos; |
179 /** Current capacity (i.e. maximum size) of the buffer. */ |
179 /** Current capacity (i.e. maximum size) of the buffer. */ |
180 size_t capacity; |
180 size_t capacity; |
181 /** Current size of the buffer content. */ |
181 /** Current size of the buffer content. */ |