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
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mListFilename;
13 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, int>> mStringToEmoticonMap;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 EmoticonManager();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~EmoticonManager() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI explicit EmoticonManager(::std::string const& listFilename);
30
31 MCAPI ::std::string emoticonifyText(::std::string const& text) const;
32
33 MCAPI void emoticonifyTextInPlace(::std::string& text) const;
34
35 MCAPI void resetEmoticonData();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::std::string const& listFilename);
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition EnableNonOwnerReferences.h:7
Definition EmoticonManager.h:5
static MCAPI void ** $vftable()