libwordring
|
simple_html 用の Document ノード [詳解]
#include <simple_node.hpp>
公開型 | |
using | string_type = String |
公開メンバ関数 | |
simple_document (simple_document const &)=default | |
simple_document (simple_document &&)=default | |
simple_document & | operator= (simple_document const &)=default |
simple_document & | operator= (simple_document &&)=default |
document_type_name | document_type () const |
void | document_type (document_type_name type) |
document_mode_name | document_mode () const |
void | document_mode (document_mode_name mode) |
限定公開変数類 | |
document_type_name | m_document_type |
document_mode_name | m_document_mode |
フレンド | |
template<typename String1 > | |
bool | operator== (simple_document< String1 > const &, simple_document< String1 > const &) |
template<typename String1 > | |
bool | operator!= (simple_document< String1 > const &, simple_document< String1 > const &) |
simple_html 用の Document ノード
String | 取り扱う文字列の型 |