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