LeviLamina
Loading...
Searching...
No Matches
ErrorPathStack.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 ErrorPathStack& operator=(ErrorPathStack const&);
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI ErrorPathStack(::std::vector<::std::string>& errorPath, ::std::string const& element);
22
24 // NOLINTEND
25
26public:
27 // constructor thunks
28 // NOLINTBEGIN
29 MCNAPI void* $ctor(::std::vector<::std::string>& errorPath, ::std::string const& element);
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCNAPI void $dtor();
36 // NOLINTEND
37};
Definition ErrorPathStack.h:5
MCAPI ~ErrorPathStack()
MCAPI void * $ctor(::std::vector<::std::string > &errorPath, ::std::string const &element)
MCAPI ErrorPathStack(::std::vector<::std::string > &errorPath, ::std::string const &element)
MCAPI void $dtor()
Definition Alias.h:14