#include <cImdb.h>
Public Member Functions | |
cImdb () | |
Constructor. | |
~cImdb () | |
Destructor. | |
const string | EliminateSpace (const string sUrl) |
Eliminate space characters at the 2 bounds. | |
Bool | IsUrlValid (const string sUrl) |
Check if URL is valid. | |
const string * | ExtractMovieInfo (const string sFilename) |
const string | GetPosterName (const string sUrl) |
Get Poster's filename from URL. | |
const string | GetPosterExtension (const string sUrl) |
Not robust... | |
Private Member Functions | |
const string | FormatString (const string sStart, const string sEnd, const string sLine, const string sDelimiter, unsigned int iPos) |
FormatString extracts substring by using a predefined borders(start & end) and reconstruct the input string with new delimiter. |
|
Constructor.
|
|
Destructor.
|
|
Eliminate space characters at the 2 bounds.
|
|
|
|
FormatString extracts substring by using a predefined borders(start & end) and reconstruct the input string with new delimiter.
|
|
Not robust...
|
|
Get Poster's filename from URL.
|
|
Check if URL is valid.
|