changeset 3972 | 0c55ea48562d |
parent 3900 | 2c84ed52709d |
child 4434 | a08cb4b5c179 |
3971:77061ae9b534 | 3972:0c55ea48562d |
---|---|
261 FORCEINLINE CStrA(const CBlobBaseSimple& src) : base(src) {} |
261 FORCEINLINE CStrA(const CBlobBaseSimple& src) : base(src) {} |
262 void Append(const char* str) {if (str != NULL && str[0] != '\0') base::Append(str, (int)strlen(str));} |
262 void Append(const char* str) {if (str != NULL && str[0] != '\0') base::Append(str, (int)strlen(str));} |
263 }; |
263 }; |
264 |
264 |
265 #endif /* BLOB_HPP */ |
265 #endif /* BLOB_HPP */ |
266 |