LeviLamina
Loading...
Searching...
No Matches
CompoundTagEditHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Tag;
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI void pushChild(::std::string const& tagName);
29
30 MCAPI void replaceWith(::std::string const& newTagName, ::std::unique_ptr<::Tag> newTag);
31
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCAPI void $dtor();
39 // NOLINTEND
40};
Definition CompoundTagEditHelper.h:10
Definition Tag.h:39
Definition Alias.h:14