LeviLamina
Loading...
Searching...
No Matches
Path.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Json {
class
PathArgument; }
8
// clang-format on
9
10
namespace
Json {
11
12
class
Path
{
13
public
:
14
// Path inner types define
15
using
InArgs = ::std::vector<::Json::PathArgument const*>;
16
17
using
Args = ::std::vector<::Json::PathArgument>;
18
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 24, ::std::vector<::Json::PathArgument>> args_;
23
// NOLINTEND
24
};
25
26
}
// namespace Json
Json::Path
Definition
Path.h:12
src
mc
deps
json
Path.h
Generated on Sat Apr 26 2025 05:56:29 for LeviLamina by
1.12.0