|
| | XMLContainer () |
| |
| | XMLContainer (const XMLContainer &yRef) |
| |
| | ~XMLContainer () |
| |
| XMLContainer & | operator= (const XMLContainer &yRef) |
| |
| Dictionary< tstring, tstring > & | GetAttributes () |
| |
| const tstring & | GetValue () const |
| |
| const tstring & | GetName () const |
| |
| void | SetValue (const tstring &value) |
| |
| void | SetName (const tstring &name) |
| |
| void | clear () |
| |
| void | swap (XMLContainer &yRef) |
| |
| | Dictionary () |
| |
| | Dictionary (const Dictionary &yRef) |
| |
| | Dictionary (Dictionary &&yRef) |
| |
| | Dictionary (iterator begin, iterator end) |
| |
| | ~Dictionary () |
| |
Dictionary< tstring,
std::shared_ptr< XMLContainer > > & | operator= (const Dictionary< tstring, std::shared_ptr< XMLContainer > > &yRef) |
| |
Dictionary< tstring,
std::shared_ptr< XMLContainer > > & | operator= (Dictionary< tstring, std::shared_ptr< XMLContainer > > &&yRef) |
| |
| std::shared_ptr< XMLContainer > & | operator[] (const tstring &key) |
| |
| std::shared_ptr< XMLContainer > & | operator[] (dki_pair &ki_pair) |
| |
| std::shared_ptr< XMLContainer > & | at (const tstring &key) |
| |
| std::shared_ptr< XMLContainer > & | at (dki_pair &ki_pair) |
| |
| std::shared_ptr< XMLContainer > & | at (const tstring &key, size_type index) |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| const_interator | cbegin () const |
| |
| const_interator | cend () const |
| |
| iterator | find (const tstring &key) const |
| |
| size_type | count (const tstring &key) const |
| |
| const_interator | lower_bound (const tstring &key) const |
| |
| const_interator | upper_bound (const tstring &key) const |
| |
| iterator | insert (const std::shared_ptr< XMLContainer > &value) |
| |
| iterator | insert (std::shared_ptr< XMLContainer > &&value) |
| |
| iterator | insert (const_interator hint, const value_type &value) |
| |
| iterator | insert (const_interator hint, value_type &&value) |
| |
| iterator | insert (const dkv_pair &kv_pair) |
| |
| iterator | erase (const_interator position) |
| |
| size_type | erase (const key_type &key) |
| |
| iterator | erase (const_interator first, const_interator last) |
| |
| void | clear () |
| |
| void | swap (Dictionary< tstring, std::shared_ptr< XMLContainer > > &yRef) |
| |
| bool | empty () const |
| |
| size_type | size () const |
| |
| size_type | max_size () const |
| |