MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / uiMsgStore

Method uiMsgStore

Libraries/unrar/ui.hpp:114–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 UIMESSAGE_CODE Code;
113 public:
114 uiMsgStore(UIMESSAGE_CODE Code)
115 {
116 // Init arrays in case a caller passes fewer parameters than expected.
117 for (uint I=0;I<ASIZE(Str);I++)
118 Str[I]=L"";
119 memset(Num,0,sizeof(Num));
120
121 NumSize=StrSize=0;
122 this->Code=Code;
123 }
124 uiMsgStore& operator << (const wchar *s)
125 {
126 if (StrSize<MAX_MSG)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected