libwordring
|
simple_html 用の コメント ノード [詳解]
#include <simple_node.hpp>
公開型 | |
using | string_type = String |
公開メンバ関数 | |
simple_comment (string_type const &s) | |
simple_comment (string_type &&s) | |
string_type const & | data () const |
string_type & | data () |
void | data (string_type const &s) |
void | data (string_type &&s) |
限定公開変数類 | |
string_type | m_data |
フレンド | |
template<typename String1 > | |
bool | operator== (simple_comment< String1 > const &, simple_comment< String1 > const &) |
template<typename String1 > | |
bool | operator!= (simple_comment< String1 > const &, simple_comment< String1 > const &) |
simple_html 用の コメント ノード
String | 取り扱う文字列の型 |