LeviLamina
Loading...
Searching...
No Matches
TrustStore.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/brstd/flat_set.h"
7
8class TrustStore {
9public:
10 // member variables
11 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 TrustStore& operator=(TrustStore const&);
18 TrustStore(TrustStore const&);
19 TrustStore();
20};
Definition Alias.h:14