LeviLamina
Loading...
Searching...
No Matches
UniqueRandomIdGenerator.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
class
UniqueRandomIdGenerator
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 40>
mUnk1b5ff4;
12
::ll::UntypedStorage<8, 16>
mUnk533f13;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
UniqueRandomIdGenerator
& operator=(
UniqueRandomIdGenerator
const
&);
18
UniqueRandomIdGenerator
(
UniqueRandomIdGenerator
const
&);
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCNAPI uint
GenerateId
();
24
25
MCNAPI
UniqueRandomIdGenerator
();
26
27
MCNAPI
~UniqueRandomIdGenerator
();
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCNAPI
void
*
$ctor
();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCNAPI
void
$dtor
();
40
// NOLINTEND
41
};
42
43
}
// namespace rtc
rtc::UniqueRandomIdGenerator
Definition
UniqueRandomIdGenerator.h:7
rtc::UniqueRandomIdGenerator::$ctor
MCAPI void * $ctor()
rtc::UniqueRandomIdGenerator::$dtor
MCAPI void $dtor()
rtc::UniqueRandomIdGenerator::GenerateId
MCAPI uint GenerateId()
rtc::UniqueRandomIdGenerator::UniqueRandomIdGenerator
MCAPI UniqueRandomIdGenerator()
rtc::UniqueRandomIdGenerator::~UniqueRandomIdGenerator
MCAPI ~UniqueRandomIdGenerator()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
UniqueRandomIdGenerator.h
Generated on Fri Jun 13 2025 05:04:38 for LeviLamina by
1.12.0