20 #ifndef __OpenKarto_String_h__ 21 #define __OpenKarto_String_h__ 70 String(
const char* pString);
100 const char* ToCString()
const;
203 String operator+(
const char* pChar);
214 string.Append(rOther);
228 string.Append(rOther2);
249 #endif // __OpenKarto_String_h__ void Append(const String &rString)
TFSIMD_FORCE_INLINE bool operator==(const Matrix3x3 &m1, const Matrix3x3 &m2)
friend String operator+(const String &rOther1, const String &rOther2)
friend String operator+(const char *pChar, const String &rOther)
StringPrivate * m_pStringPrivate
bool operator<(const CellData &a, const CellData &b)
#define KARTO_FORCEINLINE
TFSIMD_FORCE_INLINE bool operator!=(const Vector3 &other) const
TFSIMD_FORCE_INLINE Vector3 operator+(const Vector3 &v1, const Vector3 &v2)
TFSIMD_FORCE_INLINE tfScalar length(const Quaternion &q)
const char * ToCString() const