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

simple_html 用の Document ノード [詳解]

#include <simple_node.hpp>

公開型

using string_type = String
 

公開メンバ関数

 simple_document (simple_document const &)=default
 
 simple_document (simple_document &&)=default
 
simple_documentoperator= (simple_document const &)=default
 
simple_documentoperator= (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 &)
 

詳解

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

simple_html 用の Document ノード

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

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