LeviLamina
Loading...
Searching...
No Matches
MutableObjectHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_object/ObjectHelperBase.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Bedrock::JSONObject { class Node; }
11namespace Bedrock::JSONObject { class ValueWrapper; }
12// clang-format on
13
14namespace Bedrock::JSONObject {
15
17public:
18 // member functions
19 // NOLINTBEGIN
21
22 MCNAPI ::std::pair<
23 ::std::_Tree_iterator<::std::_Tree_val<
24 ::std::_Tree_simple_types<::std::pair<::std::string_view const, ::Bedrock::JSONObject::Node*>>>>,
25 bool>
26 insert(::std::string_view key, ::Bedrock::JSONObject::ValueWrapper const& value, bool copyKey);
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCNAPI void* $ctor();
33 // NOLINTEND
34};
35
36} // namespace Bedrock::JSONObject
MCAPI ::std::pair< ::std::_Tree_iterator<::std::_Tree_val< ::std::_Tree_simple_types<::std::pair<::std::string_view const, ::Bedrock::JSONObject::Node * > > > >, bool > insert(::std::string_view key, ::Bedrock::JSONObject::ValueWrapper const &value, bool copyKey)
Definition Node.h:17
Definition ObjectHelperBase.h:8
Definition ValueWrapper.h:7