libhtmlpp 1.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
libhtmlpp::DocElements Class Reference

Public Member Functions

 DocElements ()
 
 ~DocElements ()
 

Public Attributes

std::unique_ptr< Elementelement
 
bool terminator
 
std::unique_ptr< DocElementsnextel
 
class DocElementsprevel
 

Detailed Description

Definition at line 165 of file html.cpp.

Constructor & Destructor Documentation

◆ DocElements()

libhtmlpp::DocElements::DocElements ( )
inline

Definition at line 172 of file html.cpp.

◆ ~DocElements()

libhtmlpp::DocElements::~DocElements ( )
inline

Definition at line 179 of file html.cpp.

Member Data Documentation

◆ element

std::unique_ptr<Element> libhtmlpp::DocElements::element

Definition at line 167 of file html.cpp.

◆ nextel

std::unique_ptr<DocElements> libhtmlpp::DocElements::nextel

Definition at line 169 of file html.cpp.

◆ prevel

class DocElements* libhtmlpp::DocElements::prevel

Definition at line 170 of file html.cpp.

◆ terminator

bool libhtmlpp::DocElements::terminator

Definition at line 168 of file html.cpp.


The documentation for this class was generated from the following file: