Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ RARPPM_STATE
Class
RARPPM_STATE
Libraries/unrar/model.hpp:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
struct RARPPM_CONTEXT;
45
46
struct RARPPM_STATE
47
{
48
byte Symbol;
49
byte Freq;
50
RARPPM_CONTEXT* Successor;
51
};
52
53
54
struct RARPPM_CONTEXT : RARPPM_DEF
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected