Пример #1
0
StDictEntry::StDictEntry(const StString& theKey,
                         const StString& theValue)
: myKey(theKey),
  myValue(theValue.unquoted()) {
    //
}