|
void | import_IE_favorites (struct ShellDirectory &dir, HWND hwnd) |
| import Internet Explorer bookmarks from Favorites folder into bookmark list
|
|
void | read (const_XMLPos &pos) |
| read bookmark list from XBEL formated XML tree
|
|
void | write (XMLPos &pos) const |
| write bookmark list into XBEL formated XML tree
|
|
void | fill_tree (HWND hwnd, HTREEITEM parent, HIMAGELIST, HDC hdc_wnd) const |
| fill treeview control with bookmark tree content
|
|
| list (size_type __n, const_reference __val=_STLP_DEFAULT_CONSTRUCTED(value_type), const allocator_type &__a=allocator_type()) |
|
| list (const value_type *__first, const value_type *__last, const allocator_type &__a=allocator_type()) |
|
| list (const_iterator __first, const_iterator __last, const allocator_type &__a=allocator_type()) |
|
| list (const allocator_type &__a=allocator_type()) |
|
| list (const _Self &__x) |
|
| list (__move_source< _Self > src) |
|
| list (const allocator_type &__a=allocator_type()) |
|
| list (size_type __n, const BookmarkNode &__x=BookmarkNode(), const allocator_type &__a=allocator_type()) |
|
| list (__move_source< _Self > src) |
|
| list (const value_type *__first, const value_type *__last, const allocator_type &__a=allocator_type()) |
|
| list (const_iterator __first, const_iterator __last, const allocator_type &__a=allocator_type()) |
|
| list (const _Self &__x) |
|
| list (const allocator_type &__a=allocator_type()) |
|
| list (size_type __n, const value_type &__val=_STLP_DEFAULT_CONSTRUCTED(value_type), const allocator_type &__a=allocator_type()) |
|
| list (const value_type *__first, const value_type *__last, const allocator_type &__a=allocator_type()) |
|
| list (const_iterator __first, const_iterator __last, const allocator_type &__a=allocator_type()) |
|
| list (const _Self &__x) |
|
| list (__move_source< _Self > src) |
|
| ~list () |
|
_Self & | operator= (const _Self &__x) |
|
_Self & | operator= (const _Self &__x) |
|
_Self & | operator= (const _Self &__x) |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
iterator | end () |
|
const_iterator | end () const |
|
iterator | end () |
|
const_iterator | end () const |
|
reverse_iterator | rbegin () |
|
const_reverse_iterator | rbegin () const |
|
reverse_iterator | rbegin () |
|
const_reverse_iterator | rbegin () const |
|
reverse_iterator | rbegin () |
|
const_reverse_iterator | rbegin () const |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rend () const |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rend () const |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rend () const |
|
size_type | size () const |
|
size_type | size () const |
|
size_type | size () const |
|
size_type | max_size () const |
|
size_type | max_size () const |
|
size_type | max_size () const |
|
reference | front () |
|
const_reference | front () const |
|
reference | front () |
|
const_reference | front () const |
|
reference | front () |
|
const_reference | front () const |
|
reference | back () |
|
const_reference | back () const |
|
reference | back () |
|
const_reference | back () const |
|
reference | back () |
|
const_reference | back () const |
|
void | swap (_Self &__x) |
|
void | swap (_Self &__x) |
|
void | swap (_Self &__x) |
|
iterator | insert (iterator __pos, const_reference __x=value_type()) |
|
void | insert (iterator __pos, const value_type *__first, const value_type *__last) |
|
void | insert (iterator __pos, const_iterator __first, const_iterator __last) |
|
void | insert (iterator __pos, size_type __n, const_reference __x) |
|
iterator | insert (iterator __pos, const BookmarkNode &__x=BookmarkNode()) |
|
void | insert (iterator __pos, const BookmarkNode *__first, const BookmarkNode *__last) |
|
void | insert (iterator __pos, const_iterator __first, const_iterator __last) |
|
void | insert (iterator __pos, iterator __first, iterator __last) |
|
void | insert (iterator __pos, size_type __n, const BookmarkNode &__x) |
|
iterator | insert (iterator __pos, const_reference __x=_STLP_DEFAULT_CONSTRUCTED(value_type)) |
|
void | insert (iterator __pos, const value_type *__first, const value_type *__last) |
|
void | insert (iterator __pos, const_iterator __first, const_iterator __last) |
|
void | insert (iterator __pos, size_type __n, const value_type &__x) |
|
void | push_front (const_reference __x) |
|
void | push_front (const_reference __x) |
|
void | push_front (const value_type &__x) |
|
void | push_back (const_reference __x) |
|
void | push_back (const_reference __x) |
|
void | push_back (const value_type &__x) |
|
iterator | erase (iterator __pos) |
|
iterator | erase (iterator __first, iterator __last) |
|
iterator | erase (iterator __pos) |
|
iterator | erase (iterator __first, iterator __last) |
|
iterator | erase (iterator __pos) |
|
iterator | erase (iterator __first, iterator __last) |
|
void | resize (size_type __new_size, const_reference __x=value_type()) |
|
void | resize (size_type __new_size, const BookmarkNode &__x=BookmarkNode()) |
|
void | resize (size_type __new_size, const value_type &__x=_STLP_DEFAULT_CONSTRUCTED(value_type)) |
|
void | pop_front () |
|
void | pop_front () |
|
void | pop_front () |
|
void | pop_back () |
|
void | pop_back () |
|
void | pop_back () |
|
void | assign (size_type __n, const_reference __val) |
|
void | assign (const value_type *__first2, const value_type *__last2) |
|
void | assign (const_iterator __first2, const_iterator __last2) |
|
void | assign (const BookmarkNode *__first, const BookmarkNode *__last) |
|
void | assign (iterator __first, iterator __last) |
|
void | assign (const_iterator __first, const_iterator __last) |
|
void | assign (size_type __n, const BookmarkNode &__val) |
|
void | assign (size_type __n, const value_type &__val) |
|
void | assign (const value_type *__first, const value_type *__last) |
|
void | assign (const_iterator __first, const_iterator __last) |
|
void | _M_fill_assign (size_type __n, const_reference __val) |
|
void | splice (iterator __pos, _Self &__x) |
|
void | splice (iterator __pos, _Self &__x, iterator __i) |
|
void | splice (iterator __pos, _Self &__x, iterator __first, iterator __last) |
|
void | splice (iterator __pos, _Self &__x) |
|
void | splice (iterator __pos, _Self &__x, iterator __i) |
|
void | splice (iterator __pos, _Self &__x, iterator __first, iterator __last) |
|
void | splice (iterator __pos, _Self &__x) |
|
void | splice (iterator __pos, _Self &__x, iterator __i) |
|
void | splice (iterator __pos, _Self &__x, iterator __first, iterator __last) |
|
void | remove (const_reference __val) |
|
void | remove (const BookmarkNode &__x) |
|
void | remove (const_reference __val) |
|
void | unique () |
|
void | unique () |
|
void | unique () |
|
void | merge (_Self &__x) |
|
void | merge (_Self &__x) |
|
void | merge (_Self &__x) |
|
void | reverse () |
|
void | reverse () |
|
void | reverse () |
|
void | sort () |
|
void | sort () |
|
void | sort () |
|
allocator_type | get_allocator () const |
|
allocator_type | get_allocator () const |
|
bool | empty () const |
|
bool | empty () const |
|
void | clear () |
|
void | clear () |
|
Definition at line 76 of file favorites.h.