3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/resource/PackOrigin.h"
7#include "mc/deps/core/resource/PackType.h"
8#include "mc/resources/PackSource.h"
17class InPackagePackSource :
public ::PackSource {
28 InPackagePackSource& operator=(InPackagePackSource
const&);
29 InPackagePackSource(InPackagePackSource
const&);
30 InPackagePackSource();
35 virtual ~InPackagePackSource() =
default;
37 virtual ::PackOrigin getPackOrigin()
const ;
41 virtual ::PackType getPackType()
const ;
MCAPI::PackSourceLoadResult $_loadImpl(::PackSourceLoadOptions &&options)
MCAPI::PackOrigin $getPackOrigin() const
MCAPI InPackagePackSource(::InPackagePackSourceOptions options)
MCAPI void * $ctor(::InPackagePackSourceOptions options)
MCAPI::PackType $getPackType() const
static MCAPI void ** $vftable()
Definition InPackagePackSourceOptions.h:5
Definition PackSourceLoadOptions.h:5
Definition PackSourceLoadResult.h:5