mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 16:07:05 -06:00
17.00
This commit is contained in:
@@ -21,13 +21,13 @@ public:
|
||||
|
||||
const char * ParseItem(const char *s, int numAllowedLevels);
|
||||
|
||||
bool IsTagged(const AString &tag) const throw();
|
||||
int FindProp(const AString &propName) const throw();
|
||||
AString GetPropVal(const AString &propName) const;
|
||||
bool IsTagged(const char *tag) const throw();
|
||||
int FindProp(const char *propName) const throw();
|
||||
AString GetPropVal(const char *propName) const;
|
||||
AString GetSubString() const;
|
||||
const AString * GetSubStringPtr() const throw();
|
||||
int FindSubTag(const AString &tag) const throw();
|
||||
AString GetSubStringForTag(const AString &tag) const;
|
||||
int FindSubTag(const char *tag) const throw();
|
||||
AString GetSubStringForTag(const char *tag) const;
|
||||
|
||||
void AppendTo(AString &s) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user