LeviLamina
Loading...
Searching...
No Matches
EmptyCryptStringImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/rtc/CryptStringImpl.h"
7
8
namespace
rtc {
9
10
class
EmptyCryptStringImpl
:
public
::rtc::CryptStringImpl
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
// vIndex: 0
15
virtual
~EmptyCryptStringImpl
()
/*override*/
=
default
;
16
17
// vIndex: 1
18
virtual
uint64 GetLength()
const
/*override*/
;
19
20
// vIndex: 2
21
virtual
void
CopyTo(
char
*,
bool
)
const
/*override*/
;
22
23
// vIndex: 3
24
virtual ::std::string UrlEncode()
const
/*override*/
;
25
26
// vIndex: 4
27
virtual ::rtc::CryptStringImpl* Copy()
const
/*override*/
;
28
29
// vIndex: 5
30
virtual
void
CopyRawTo(::std::vector<uchar>*)
const
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
39
40
}
// namespace rtc
rtc::CryptStringImpl
Definition
CryptStringImpl.h:7
rtc::EmptyCryptStringImpl
Definition
EmptyCryptStringImpl.h:10
src
mc
external
rtc
EmptyCryptStringImpl.h
Generated on Wed Jul 23 2025 08:34:05 for LeviLamina by
1.12.0