LeviLamina
Loading...
Searching...
No Matches
SubpackInfoCollection.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
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI ::std::vector<::std::string> getSubpackNames() const;
22 // NOLINTEND
23};
Definition SubpackInfoCollection.h:5
MCAPI ::std::vector<::std::string > getSubpackNames() const
Definition Alias.h:14