LeviLamina
Loading...
Searching...
No Matches
TestConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 TestConfig& operator=(TestConfig const&);
32 TestConfig(TestConfig const&);
33 TestConfig();
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI TestConfig(::cereal::ReflectionCtx const& ctx, ::std::string const& fileName);
39
40 MCAPI ::std::string _readFile(::std::string const& fileName) const;
41
42 MCAPI ~TestConfig();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::cereal::ReflectionCtx const& ctx, ::std::string const& fileName);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCAPI void $dtor();
55 // NOLINTEND
56};
Definition TestConfig.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14