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
|
#include "bd.h"
Go to the source code of this file.
Classes | |
class | THtmlLxChDef |
class | THtmlLx |
class | THtmlTok |
class | THtmlDoc |
class | THtmlHldV |
class | TWebPg |
Typedefs | |
typedef TPt< THtmlTok > | PHtmlTok |
typedef TPt< THtmlDoc > | PHtmlDoc |
typedef TPt< THtmlLxChDef > | PHtmlLxChDef |
typedef TVec< PHtmlTok > | THtmlTokV |
typedef TVec< PHtmlDoc > | THtmlDocV |
typedef TPt< THtmlHldV > | PHtmlHldV |
typedef TPt< TWebPg > | PWebPg |
typedef TVec< PWebPg > | TWebPgV |
Enumerations | |
enum | THtmlLxChTy { hlctSpace, hlctAlpha, hlctNum, hlctSym, hlctLTag, hlctRTag, hlctEof } |
enum | THtmlLxSym { hsyUndef, hsyStr, hsyNum, hsySSym, hsyUrl, hsyBTag, hsyETag, hsyMTag, hsyEof } |
enum | THtmlDocType { hdtAll, hdtStr, hdtStrNum, hdtTag, hdtA, hdtHRef, hdtUL } |
typedef TPt< THtmlLxChDef > PHtmlLxChDef |
enum THtmlDocType |
Enumerator | |
---|---|
hdtAll | |
hdtStr | |
hdtStrNum | |
hdtTag | |
hdtA | |
hdtHRef | |
hdtUL |
Definition at line 251 of file html.h.
enum THtmlLxChTy |
enum THtmlLxSym |