|
SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <html.h>
Public Member Functions | |
| TWebPg () | |
| TWebPg (const TStrV &_UrlStrV, const TStrV &_IpNumV, const PHttpResp &_HttpResp) | |
| ~TWebPg () | |
| TWebPg (TSIn &) | |
| void | Save (TSOut &) |
| TWebPg & | operator= (const TWebPg &) |
| int | GetUrls () const |
| TStr | GetUrlStr (const int &UrlN=-1) const |
| PUrl | GetUrl (const int &UrlN=-1) const |
| int | GetIps () const |
| TStr | GetIpNum (const int &IpN=-1) const |
| PHttpResp | GetHttpResp () const |
| TStr | GetHttpHdStr () const |
| TStr | GetHttpBodyAsStr () const |
| void | GetOutUrlV (TUrlV &OutUrlV, TUrlV &OutRedirUrlV) const |
| void | GetOutUrlV (TUrlV &OutUrlV) const |
| void | GetOutDescUrlStrKdV (TStrKdV &OutDescUrlStrKdV) const |
| void | PutFetchMSecs (const uint64 &_FetchMSecs) |
| uint64 | GetFetchMSecs () const |
| void | SaveAsHttpBody (const TStr &FNm) const |
| void | SaveAsHttp (const TStr &FNm) const |
| bool | IsTxt () const |
Static Public Member Functions | |
| static PWebPg | New (const TStrV &UrlStrV, const TStrV &IpNumV, const PHttpResp &HttpResp) |
| static PWebPg | New (const TStrV &UrlStrV, const PHttpResp &HttpResp) |
| static PWebPg | New (const TStr &UrlStr, const PHttpResp &HttpResp) |
| static PWebPg | Load (TSIn &) |
Private Attributes | |
| TCRef | CRef |
| TStrV | UrlStrV |
| TStrV | IpNumV |
| PHttpResp | HttpResp |
| uint64 | FetchMSecs |
Friends | |
| class | TPt< TWebPg > |
|
inline |
|
inline |
|
inline |
| void TWebPg::GetOutDescUrlStrKdV | ( | TStrKdV & | OutDescUrlStrKdV | ) | const |
Definition at line 1258 of file html.cpp.
Definition at line 1230 of file html.cpp.
|
inline |
Definition at line 371 of file html.h.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |