SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Public Member Functions | |
THttpChDef () | |
THttpChDef & | operator= (const THttpChDef &) |
int | GetChTy (const char &Ch) |
bool | IsAlpha (const char &Ch) |
bool | IsDigit (const char &Ch) |
bool | IsCtl (const char &Ch) |
bool | IsLws (const char &Ch) |
bool | IsText (const char &Ch) |
bool | IsSpec (const char &Ch) |
bool | IsCr (const char &Ch) |
bool | IsLf (const char &Ch) |
bool | IsSp (const char &Ch) |
bool | IsHt (const char &Ch) |
bool | IsDQuote (const char &Ch) |
char | GetLcCh (const char &Ch) |
TStr | GetLcStr (const TStr &Str) |
Private Member Functions | |
void | SetLcCh (const TStr &Str) |
void | SetChTy (const THttpChTy &ChTy, const char &Ch) |
void | SetChTy (const THttpChTy &ChTy, const TStr &Str) |
Private Attributes | |
TIntV | ChTyV |
TChV | LcChV |
THttpChDef::THttpChDef | ( | ) |
Definition at line 134 of file http.cpp.
|
inline |
Definition at line 107 of file http.cpp.
|
inline |
|
inline |
Definition at line 109 of file http.cpp.
|
inline |
Definition at line 108 of file http.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 113 of file http.cpp.
|
inline |
|
private |
|
private |