Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 683 Bytes

InplaceParsingBuffer.md

File metadata and controls

34 lines (20 loc) · 683 Bytes

InplaceParsingBuffer

class InplaceParsingBuffer

Inherited from: ParsingBuffer.

Required header: <Eclog/InplaceParsingBuffer.h>

The InplaceParsingBuffer class wraps a memory buffer as a ParsingBuffer.

Member functions

Name Description
(constructor) Constructor.

(constructor)

explicit InplaceParsingBuffer(void* buffer, size_t maxSize);

Constructs an InplaceParsingBuffer.

Parameters

void* buffer Pointer to the buffer.

size_t maxSize The maximum size of the buffer in bytes.