LeviLamina
Loading...
Searching...
No Matches
ContentLogOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/ResultCode.h"
7
8namespace LoadResultHelpers {
9
10struct ContentLogOptions {
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ContentLogOptions& operator=(ContentLogOptions const&);
25 ContentLogOptions(ContentLogOptions const&);
26 ContentLogOptions();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI void addParseFormat(::cereal::ResultCode mask, ::std::string const& formatString);
32
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace LoadResultHelpers
MCAPI void addParseFormat(::cereal::ResultCode mask, ::std::string const &formatString)
Definition Alias.h:14