LeviLamina
Loading...
Searching...
No Matches
ScopedPath.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/container/small_vector.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Puv::internal { struct PathElement; }
11// clang-format on
12
13namespace Puv::internal {
14
15struct ScopedPath {
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ScopedPath& operator=(ScopedPath const&);
25 ScopedPath(ScopedPath const&);
26 ScopedPath();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI
33
34 MCNAPI ~ScopedPath();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCNAPI void*
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
50
51} // namespace Puv::internal
Definition small_vector.h:8
Definition PathElement.h:7
MCAPI void * $ctor(::Bedrock::small_vector<::Puv::internal::PathElement, 1 > &path, ::Puv::internal::PathElement point)
MCAPI ScopedPath(::Bedrock::small_vector<::Puv::internal::PathElement, 1 > &path, ::Puv::internal::PathElement point)
Definition Alias.h:14