Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

Helper Functions

Auxiliary global functions performing simple data conversions. More...

Functions

int stoi (const string s)
 Converts an STL string to an integer.

string itos (int i)
 Converts an integer to an STL string.


Detailed Description

Auxiliary global functions performing simple data conversions.


Function Documentation

string itos int    i [inline]
 

Converts an integer to an STL string.

Parameters:
i  The integer to be converted to a string.

Definition at line 56 of file freedb.hxx.

Referenced by Freedb::getTrackOffsets().

int stoi const string    s [inline]
 

Converts an STL string to an integer.

Parameters:
s  the string to be converted to an integer.

Definition at line 41 of file freedb.hxx.

Referenced by FreedbRemote::connect(), and FreedbRemote::doHandshake().


Generated on Wed Nov 6 17:32:02 2002 for libfreedb by doxygen1.2.18