LeviLamina
Loading...
Searching...
No Matches
ContentIdentity.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/UUID.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 16, ::mce::UUID> mUUID;
13 ::ll::TypedStorage<1, 1, bool> mValid;
14 // NOLINTEND
15
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCNAPI ::std::string asString() const;
20 // NOLINTEND
21
22public:
23 // static functions
24 // NOLINTBEGIN
25 MCNAPI static ::ContentIdentity fromString(::std::string const& uuidString);
26 // NOLINTEND
27
28public:
29 // static variables
30 // NOLINTBEGIN
31 MCNAPI static ::ContentIdentity& EMPTY();
32 // NOLINTEND
33};
Definition ContentIdentity.h:8
static MCAPI ::ContentIdentity & EMPTY()
MCAPI::std::string asString() const
static MCAPI ::ContentIdentity fromString(::std::string const &uuidString)