libwordring
公開型 | 公開メンバ関数 | 限定公開変数類 | フレンド | 全メンバ一覧
wordring::html::simple_comment< String > クラステンプレート

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 &)
 

詳解

template<typename String>
class wordring::html::simple_comment< String >

simple_html 用の コメント ノード

テンプレート引数
String取り扱う文字列の型

このクラス詳解は次のファイルから抽出されました: