Searched defs:ListContainer (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/util/ | ||
H A D | list-container.h | 2 * Inkscape::Util::ListContainer - encapsulates lists as STL containers, 24 class ListContainer { class in namespace:Inkscape::Util 27 ListContainer() {} function in class:Inkscape::Util::ListContainer 30 ListContainer(ListContainer const &other) { function in class:Inkscape::Util::ListContainer 33 ListContainer &operator=(ListContainer const &other) { 40 void swap(ListContainer<T> &other) { 46 bool operator==(ListContainer const &other) const { 58 bool operator!=(ListContainer cons 108 ListContainer(size_type count, const_reference value) { function in class:Inkscape::Util::ListContainer 113 ListContainer(size_type count) { function in class:Inkscape::Util::ListContainer 120 ListContainer(ForwardIterator i, ForwardIterator j) { function in class:Inkscape::Util::ListContainer [all...] |
Completed in 10 milliseconds