Friends | Related Functions | List of all members
String Class Reference

Friends

int strcmp (const String &, const String &)
 

Related Functions

(Note that these are not member functions.)

void stringDebug ()
 

Detailed Description

A String class.

Definition at line 5 of file relates.cpp.

Friends And Related Function Documentation

int strcmp ( const String s1,
const String s2 
)
friend

Compares two strings.

Definition at line 14 of file relates.cpp.

15 {
16 }
void stringDebug ( )
related

A string debug function.

Definition at line 21 of file relates.cpp.

22 {
23 }

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