LeviLamina
Loading...
Searching...
No Matches
unz_file_pos_s.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct unz_file_pos_s {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 unz_file_pos_s& operator=(unz_file_pos_s const&);
16 unz_file_pos_s(unz_file_pos_s const&);
17 unz_file_pos_s();
18};
Definition Alias.h:14