#include <fsString.h>
Public Member Functions | |
| fsString () | |
| ~fsString () | |
| fsString (const fsString &str) | |
| fsString (LPCTSTR str) | |
| LPCTSTR | operator= (LPCTSTR pszStr) |
| fsString & | operator= (const fsString &str) |
| LPCTSTR | operator+= (LPCTSTR pszStr) |
| LPCTSTR | operator+= (char c) |
| fsString | operator+ (LPCTSTR psz) const |
| BOOL | operator== (const fsString &str) const |
| BOOL | operator!= (const fsString &str) const |
| BOOL | operator== (LPCTSTR pszStr) const |
| void | clear () |
| void | ncpy (LPCSTR pszStr, int nch) |
| void | alloc (int nch) |
| BOOL | operator!= (LPCSTR pszStr) const |
| operator LPTSTR () const | |
| int | Length () |
| BOOL | IsEmpty () |
| int | GetLength () |
| void | Replace (LPCSTR, LPCSTR) |
| void | Format (LPCSTR pszFormat...) |
Public Attributes | |
| LPTSTR | pszString |
Definition at line 11 of file fsString.h.
| fsString::fsString | ( | ) | [inline] |
| fsString::~fsString | ( | ) | [inline] |
| fsString::fsString | ( | const fsString & | str | ) | [inline] |
| fsString::fsString | ( | LPCTSTR | str | ) | [inline] |
| LPCTSTR fsString::operator+= | ( | char | c | ) | [inline] |
Definition at line 85 of file fsString.h.
Definition at line 92 of file fsString.h.
| BOOL fsString::operator== | ( | const fsString & | str | ) | const [inline] |
| BOOL fsString::operator!= | ( | const fsString & | str | ) | const [inline] |
| BOOL fsString::operator== | ( | LPCTSTR | pszStr | ) | const [inline] |
| void fsString::clear | ( | ) | [inline] |
| void fsString::ncpy | ( | LPCSTR | pszStr, | |
| int | nch | |||
| ) | [inline] |
Definition at line 126 of file fsString.h.
References alloc(), and pszString.
Referenced by CZipPreviewDlg::AddToTree().
| void fsString::alloc | ( | int | nch | ) | [inline] |
Definition at line 132 of file fsString.h.
References clear(), and pszString.
Referenced by fsAVIIdx1Builder::BuildIdx1(), ncpy(), fsArchive::fsZipArchiveRebuilder::RetreiveArchiveContent(), and fsArchive::fsZipArchiveFastRebuilder::RetreiveArchiveContent().
| BOOL fsString::operator!= | ( | LPCSTR | pszStr | ) | const [inline] |
Definition at line 139 of file fsString.h.
| fsString::operator LPTSTR | ( | ) | const [inline] |
| int fsString::Length | ( | ) | [inline] |
Definition at line 149 of file fsString.h.
References pszString.
Referenced by fsWebPageDownloader::AddPage(), CZipPreviewDlg::AddToTree(), fsInternetSession::ApplyProxyAuth(), fsHttpFiles::BuildFileList(), CHFE_FileList::BuildList(), fsHttpFiles::CalcUrl(), fsHttpFiles::CheckFolder(), fsURL::Crack(), fsURL::Create(), fsInternetFileListMgr::FindFiles(), fsInternetDownloader::FindMirrors(), fsProgramLogMgr::FlushBuffer(), vmsMozillaPrefs::get_Value(), GetLength(), fsInternetDownloader::GetSuggestedFileName(), fsInternetDownloader::OpenUrl_imp(), fsInternetDownloader::QuerySize(), CWPDS_GeneralPage::ReadAuthorization(), fsInternetDownloader::SaveSectionsState(), and CDownloads_Bittorrent_Files::set_ActiveDownload().
| BOOL fsString::IsEmpty | ( | ) | [inline] |
Definition at line 157 of file fsString.h.
References NULL, and pszString.
Referenced by vmsBtSupport::ApplyProxySettings(), CDownloadsWnd::CreateBtDownloadFromFile(), fsDownloadsMgr::EventEx(), vmsDataFile::FindItem(), vmsBtDownloadManager::get_TorrentUrl(), vmsDownloadsGroupsMgr::GetGroupFullName(), vmsTorrentExtension::IsAssociationExist(), fsDownloadsMgr::OnDldDone_CheckDownloadIsBittorrent(), fsDownloadsMgr::OnDldDone_CheckDownloadIsMetaLink(), CBtDld_General::OnInitDialog(), CCreateDownloadFromTorrentFileDlg::OnOK(), fsInternetURLFile::OpenEx(), fsHttpFile::OpenEx(), vmsVideoSiteHtmlCodeParser::Parse_Blennus(), vmsVideoSiteHtmlCodeParser::Parse_LiveDigital(), vmsVideoSiteHtmlCodeParser::Parse_Sharkle(), vmsVideoSiteHtmlCodeParser::Parse_Youtube(), and fsInternetFile2::StartDownloading().
| int fsString::GetLength | ( | ) | [inline] |
Definition at line 162 of file fsString.h.
References Length().
Referenced by CWgBHO::BeforeNavigate2(), CFDMIECookiesBHO::BeforeNavigate2(), vmsBtDownloadManager::CreateByTorrentFile(), fsDecodeHtmlUrl(), vmsBtDownloadManager::get_OutputFilePathName(), vmsTorrentExtension::get_ShellOpenCommandLine(), fsDownloadsMgr::OnDldDone_CheckDownloadIsMetaLink(), CSpiderAddPageDlg::OnOK(), fsHttpFile::OpenEx(), vmsVideoSiteHtmlCodeParser::Parse_Blennus(), vmsVideoSiteHtmlCodeParser::Parse_DailyMotion(), vmsVideoSiteHtmlCodeParser::Parse_Further_LiveDigital(), vmsVideoSiteHtmlCodeParser::Parse_Further_MySpace(), vmsVideoSiteHtmlCodeParser::Parse_GoogleVideo(), vmsVideoSiteHtmlCodeParser::Parse_Grouper(), vmsVideoSiteHtmlCodeParser::Parse_Sharkle(), CFDMIECookiesBHO::SaveInfoToDisk(), vmsBtDownloadManager::SaveState(), vmsDownloadsGroupsMgr::SetGroupsRootOutFolder(), fsHttpFile::Write(), and CCreateDownloadListDlg::WriteUrlsToDialog().
Definition at line 164 of file fsString.h.
Referenced by CDlgExportHistory::ExportHistory(), fsDecodeHtmlText(), fsDownloadsMgr::PerformVirusCheck(), fsMirrorURLsMgr::SearchForMirrors(), and CDownloads_History::UpdateRecord().
| void fsString::Format | ( | LPCSTR | pszFormat... | ) | [inline] |
| LPTSTR fsString::pszString |
Definition at line 13 of file fsString.h.
Referenced by alloc(), clear(), vmsMozillaPrefs::Free(), fsReadStringFromFile(), fsString(), vmsMozillaPrefs::get_Value(), IsEmpty(), Length(), fsWebPageDownloader::Load(), fsWebPageDownloader::Load_OLD(), fsSitesMgr::LoadFromFile(), fsDownloadsHistoryMgr::LoadHistory(), vmsMozillaPrefs::LoadPrefs(), vmsMediaConvertMgr::LoadState(), ncpy(), fsDownloadsMgr::OnDldDone_CheckDownloadIsMetaLink(), operator LPTSTR(), operator!=(), operator+=(), operator=(), operator==(), and ~fsString().
1.5.6