MeshLib C Docs
Loading...
Searching...
No Matches
MRZlib.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
MRCMisc/exports.h
>
4
5
#include <stdint.h>
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
typedef
struct
MR_expected_void_std_string
MR_expected_void_std_string
;
// Defined in `#include <MRCMisc/expected_void_std_string.h>`.
12
typedef
struct
MR_std_istream
MR_std_istream
;
// Defined in `#include <MRCMisc/iostream.h>`.
13
typedef
struct
MR_std_ostream
MR_std_ostream
;
// Defined in `#include <MRCMisc/iostream.h>`.
14
15
28
MRC_API
MR_expected_void_std_string
*
MR_zlibCompressStream
(
MR_std_istream
*in,
MR_std_ostream
*out,
const
int32_t *level);
29
40
MRC_API
MR_expected_void_std_string
*
MR_zlibDecompressStream
(
MR_std_istream
*in,
MR_std_ostream
*out);
41
42
#ifdef __cplusplus
43
}
// extern "C"
44
#endif
MR_expected_void_std_string
struct MR_expected_void_std_string MR_expected_void_std_string
Definition
MRCtm.h:20
MR_std_ostream
struct MR_std_ostream MR_std_ostream
Definition
MRCtm.h:22
MR_std_istream
struct MR_std_istream MR_std_istream
Definition
MRCtm.h:21
MR_zlibDecompressStream
MRC_API MR_expected_void_std_string * MR_zlibDecompressStream(MR_std_istream *in, MR_std_ostream *out)
MR_zlibCompressStream
MRC_API MR_expected_void_std_string * MR_zlibCompressStream(MR_std_istream *in, MR_std_ostream *out, const int32_t *level)
compress the input data using the Deflate algorithm
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCIOExtras
MRZlib.h
Generated by
1.11.0