libscid 0.1.0
Chess applications made easy.
Loading...
Searching...
No Matches
scid::core::DString Class Reference

Public Member Functions

void Clear ()
 
const char * Data ()
 
size_t Length (void)
 
void AddChar (char ch)
 
void AppendUint (uint i)
 
void AppendInt (int i)
 
void Append (uint i)
 
void Append (const char *str)
 
void Append (const char *s1, const char *s2)
 
void Append (const char *s1, uint i2)
 
void Append (uint i1, const char *s2)
 
void Append (const char *s1, const char *s2, const char *s3)
 
void Append (const char *s1, const char *s2, uint i3)
 
void Append (const char *s1, uint i2, const char *s3)
 
void Append (uint i1, const char *s2, const char *s3)
 
void Append (const char *s1, const char *s2, const char *s3, const char *s4)
 
void Append (const char *s1, const char *s2, const char *s3, uint i4)
 
void Append (const char *s1, const char *s2, uint i3, const char *s4)
 
void Append (const char *s1, uint i2, const char *s3, const char *s4)
 
void Append (uint i1, const char *s2, const char *s3, const char *s4)
 
void Append (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5)
 

The documentation for this class was generated from the following file: