LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
dynamic_buffer_stream_ctor.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-3.0-or-later
2 * Copyright (C) 2026 Sylvain Labopin
3 */
4
17#ifndef LEXLEO_DYNAMIC_BUFFER_STREAM_CTOR_H
18#define LEXLEO_DYNAMIC_BUFFER_STREAM_CTOR_H
19
21
64 const void *ud,
65 const void *args,
66 stream_t **out);
67
68#endif // LEXLEO_DYNAMIC_BUFFER_STREAM_CTOR_H
stream_status_t dynamic_buffer_stream_ctor(const void *ud, const void *args, stream_t **out)
Factory constructor callback for the dynamic_buffer_stream adapter.
Borrower-visible public types for the stream port.
stream_status_t
Public status codes used by the stream port.
Private handle structure for a stream_t.