Home
last modified time | relevance | path

Searched refs:AString_Wipe (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/Common/
H A DMyString.h501 class AString_Wipe: public AString class
503 Z7_CLASS_NO_COPY(AString_Wipe)
505 AString_Wipe(): AString() {} in AString_Wipe() function in AString_Wipe
506 // AString_Wipe(const AString &s): AString(s) {}
507 // AString_Wipe &operator=(const AString &s) { AString::operator=(s); return *this; }
508 // AString_Wipe &operator=(const char *s) { AString::operator=(s); return *this; }
509 ~AString_Wipe() { Wipe_and_Empty(); } in ~AString_Wipe()

Completed in 3 milliseconds