QSDK 1.1 Documentation
Main Page | Modules | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

Abstract Data Types
[QUtils]


Files

file  inttypes.h
file  stringimp.h
file  time.h

Compounds

struct  String
struct  StringChar
struct  SubString
struct  Time

Functions

String operator+ (const String &s1, const String &s2)
String operator+ (const String &s1, const char *s2)
String operator+ (const char *s1, const String &s2)
size_t QfTotalStringMemory ()

Function Documentation

String operator+ const char *  s1,
const String &  s2
 

Concatenate a string and a null-terminated character array leaving both unchanged.

String operator+ const String &  s1,
const char *  s2
 

Concatenate a string and a null-terminated character array leaving both unchanged.

String operator+ const String &  s1,
const String &  s2
 

Concatenate two strings leaving both unchanged.

size_t QfTotalStringMemory  ) 
 

Return the total number of bytes of memory used to store String representations. This function only works in DEBUG builds.

Return to QSDK documentation Contents page. Contact details for support, information and fault-reporting.
Qube Software Limited © 2000-2004