Class comment

Inheritance Relationships

Base Type

Class Documentation

class comment : public mxml::node_with_text

A node containing a XML comment.

Public Functions

inline virtual constexpr node_type type() const override

node_type to be returned by each implementation of this node class

inline comment(std::string text = {})

default constructor

inline comment(const comment &c)

copy constructor

inline comment(comment &&c) noexcept

move constructor

inline comment &operator=(comment c) noexcept

assignment operator

inline virtual bool equals(const node *n) const override

compare nodes for equality