#include <AttrMap.h>
Public 型 | |
| typedef std::pair< string_type, string_type > | val_type |
| typedef std::vector< val_type > | container_type |
| typedef container_type::iterator | iterator |
| typedef container_type::const_iterator | const_iterator |
Public メソッド | |
| MiX_Template_Typedef (charT, char_traits, xml_traits) | |
| AttrMap () | |
| コンストラクタ | |
| iterator | begin () |
| コンテナの最初の要素を示すイテレータを得る | |
| iterator | end () |
| コンテナの最後の要素の一つ後を示すイテレータを得る | |
| const_iterator | begin () const |
| コンテナの最初の要素を示すイテレータを得る(const版) | |
| const_iterator | end () const |
| コンテナの最後の要素の一つ後を示すイテレータを得る(const版) | |
| size_t | size () const |
| コンテナに格納されている要素数を得る | |
| bool | empty () const |
| コンテナが空かどうかを得る | |
| void | insert (const val_type &data) |
| コンテナに値を追加する | |
| void | clear () |
| コンテナを空にする | |
| iterator | find (const string_type &key) |
| keyによって要素を検索しイテレータを返す | |
| const_iterator | find (const string_type key) const |
| keyによって要素を検索しイテレータを返す(const版) | |
| void | erase (const string_type key) |
| keyによって示される要素を削除する | |
| string_type | operator[] (const string_type &key) const |
| keyによって示される要素の値を得る | |
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||||||
|
コンストラクタ
|
|
|||||||||
|
コンテナの最初の要素を示すイテレータを得る(const版)
|
|
|||||||||
|
コンテナの最初の要素を示すイテレータを得る
|
|
|||||||||
|
コンテナを空にする
|
|
|||||||||
|
コンテナが空かどうかを得る
|
|
|||||||||
|
コンテナの最後の要素の一つ後を示すイテレータを得る(const版)
|
|
|||||||||
|
コンテナの最後の要素の一つ後を示すイテレータを得る
|
|
||||||||||
|
keyによって示される要素を削除する
|
|
||||||||||
|
keyによって要素を検索しイテレータを返す(const版)
|
|
||||||||||
|
keyによって要素を検索しイテレータを返す
|
|
||||||||||
|
コンテナに値を追加する
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
keyによって示される要素の値を得る
|
|
|||||||||
|
コンテナに格納されている要素数を得る
|
1.2.18