Functions | |
int | stoi (const string s) |
Converts an STL string to an integer. | |
string | itos (int i) |
Converts an integer to an STL string. |
|
Converts an integer to an STL string.
Definition at line 56 of file freedb.hxx. Referenced by Freedb::getTrackOffsets(). |
|
Converts an STL string to an integer.
Definition at line 41 of file freedb.hxx. Referenced by FreedbRemote::connect(), and FreedbRemote::doHandshake(). |