|
stdex
Additional custom or not Standard C++ covered algorithms
|
HTML comment. More...
#include <stdex/html.hpp>
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. | |
| sequence * | parent |
| Parent sequence. | |
HTML comment.