LeviLamina
Loading...
Searching...
No Matches
EmoticonManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 32, ::std::string> mListFilename;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, int>> mStringToEmoticonMap;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 EmoticonManager();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~EmoticonManager() /*override*/;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI explicit EmoticonManager(::std::string const& listFilename);
35
36 MCAPI void _readEmoticonList(::ResourceLocation const& listLocation);
37
38 MCAPI ::std::string emoticonifyText(::std::string const& text) const;
39
40 MCAPI void emoticonifyTextInPlace(::std::string& text) const;
41
42 MCAPI void resetEmoticonData();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::std::string const& listFilename);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCAPI void $dtor();
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition EnableNonOwnerReferences.h:7
Definition EmoticonManager.h:5
static MCAPI void ** $vftable()
Definition ResourceLocation.h:15