stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
stdex::html::comment Class Reference

HTML comment. More...

#include <stdex/html.hpp>

Inheritance diagram for stdex::html::comment:
stdex::html::sequence

Public Member Functions

template<class T >
 comment (stdex::parser::basic_html_tag< T > &&tag, sequence *parent=nullptr)
 
- Public Member Functions inherited from stdex::html::sequence
 sequence (stdex::parser::html_sequence_t _type=stdex::parser::html_sequence_t::unknown, size_t start=0, size_t end=0, sequence *_parent=nullptr)
 

Public Attributes

stdex::interval< size_t > content
 Comment content position in source.
 
- Public Attributes inherited from stdex::html::sequence
stdex::parser::html_sequence_t type
 Sequence type. Enum is used for performance reasons (vs. dynamic_cast)
 
stdex::interval< size_t > interval
 Sequence position in source.
 
sequenceparent
 Parent sequence.
 

Detailed Description

HTML comment.


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