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
10class CompoundTagEditHelper {
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 CompoundTagEditHelper& operator=(CompoundTagEditHelper const&);
22 CompoundTagEditHelper(CompoundTagEditHelper const&);
23 CompoundTagEditHelper();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI void popChild();
29
30 MCNAPI void pushChild(::std::string const& tagName);
31
32 MCNAPI void replaceWith(::std::string const& newTagName, ::std::unique_ptr<::Tag> newTag);
33
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42};
MCAPI ~CompoundTagEditHelper()
MCAPI void replaceWith(::std::string const &newTagName, ::std::unique_ptr<::Tag > newTag)
MCAPI void popChild()
MCAPI void pushChild(::std::string const &tagName)
Definition Tag.h:42
Definition Alias.h:14