メインページ   名前空間一覧   クラス階層   構成   ファイル一覧   名前空間メンバ   構成メンバ   ファイルメンバ  

クラス テンプレートMiX::Value の解説

値を保持するNodeの基底クラス. より詳しく...

#include <Value.h>

MiX::Valueに対する継承グラフ

MiX::Node MiX::Attribute MiX::Comment MiX::Text すべてのメンバ一覧

公開型

typedef Value< charT, traitsT > this_type

公開メンバ

 MiX_Template_Typedef (charT, traitsT)
virtual ~Value () throw ()
 デストラクタ. より詳しく...

void setValue (const string_type &val)
 値を設定します. より詳しく...

string_type getValue () const
 値を得ます. より詳しく...


保護メンバ

 Value (const string_type &val)
 Value (const this_type &src)
 コピーコンストラクタ. より詳しく...


解説

template<class charT, class traitsT>
class MiX::Value< charT, traitsT >

値を保持するNodeの基底クラス.

値に関する基本的なアクセスを提供する


メンバ型定義の解説

template<class charT, class traitsT>
typedef Value<charT,traitsT> MiX::Value::this_type
 

MiX::Nodeを再定義しています。

MiX::Attributeで再定義されています。


コンストラクタとデストラクタの解説

template<class charT, class traitsT>
MiX::Value< charT, traitsT >::Value const string_type &    val [inline, protected]
 

template<class charT, class traitsT>
MiX::Value< charT, traitsT >::Value const this_type   src [inline, protected]
 

コピーコンストラクタ.

クライアントはこれを呼び出せない。つまりコピーできない。

template<class charT, class traitsT>
virtual MiX::Value< charT, traitsT >::~Value   throw () [inline, virtual]
 

デストラクタ.


メンバ関数の解説

template<class charT, class traitsT>
string_type MiX::Value< charT, traitsT >::getValue   const [inline]
 

値を得ます.

template<class charT, class traitsT>
MiX::Value< charT, traitsT >::MiX_Template_Typedef charT   ,
traitsT   
 

MiX::Nodeを再定義しています。

MiX::Attributeで再定義されています。

template<class charT, class traitsT>
void MiX::Value< charT, traitsT >::setValue const string_type &    val [inline]
 

値を設定します.


このクラスの解説は次のファイルから生成されました:
MiXに対してSat Jul 27 23:16:34 2002に生成されました。 doxygen1.2.14 作者 Dimitri van Heesch, © 1997-2002