mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-05 22:45:48 -07:00
CStr: Indented comments more consistently. Made some parameters pass-by-reference, made some others not. Removed some useless methods - Length (use length or empty), GetSubstring (use substr), LCase/UCase (use LowerCase/UpperCase). Removed operator[] bounds-checking because VS2005 does that anyway. Maybe fixed noncopyable warnings on VS2003. This was SVN commit r4828. |
||
|---|---|---|
| .. | ||
| tests2 | ||
| BufferVariable.cpp | ||
| BufferVariable.h | ||
| CLocale.cpp | ||
| CLocale.h | ||
| Common.h | ||
| DataTypes.h | ||
| Interface.cpp | ||
| Interface.h | ||
| ScriptInterface.cpp | ||
| ScriptInterface.h | ||
| StrImmutable.h | ||
| StringBuffer.cpp | ||
| StringBuffer.h | ||
| TranslatedString.cpp | ||
| TranslatedString.h | ||
| TSComponent.cpp | ||
| TSComponent.h | ||