Contains collections definitions.
Modules | |
generic | |
Contains generic collections definitions. | |
object model | |
Contains object model collections definitions. | |
specialized | |
Contains specialized collections definitions. | |
Classes | |
class | xtd::forms::layout::arranged_element_collection< type_t, sorter_t > |
Represents a collection of objects. More... | |
Typedefs | |
using | xtd::collections::any_pair = xtd::collections::generic::key_value_pair< std::any, std::any > |
Implements a std::pair with the key and the value strongly typed to be std::any. | |
using | xtd::collections::array_list = generic::list< xtd::any_object > |
Represents a collection of std::any. | |
using | xtd::collections::enumerator = generic::enumerator< xtd::any_object > |
Supports a simple iteration over a non-generic collection. | |
using | xtd::collections::hashtable = generic::dictionary< xtd::any_object, xtd::any_object > |
Represents a collection of key/value pairs that are organized based on the hash code of the key. | |
using | xtd::collections::vector_list = array_list |
Represents a collection of std::any. | |
using xtd::collections::any_pair = typedef xtd::collections::generic::key_value_pair<std::any, std::any> |
#include <xtd.core/include/xtd/collections/any_pair.h>
Implements a std::pair with the key and the value strongly typed to be std::any.
using xtd::collections::array_list = typedef generic::list<xtd::any_object> |
#include <xtd.core/include/xtd/collections/array_list.h>
Represents a collection of std::any.
using xtd::collections::enumerator = typedef generic::enumerator<xtd::any_object> |
#include <xtd.core/include/xtd/collections/enumerator.h>
Supports a simple iteration over a non-generic collection.
using xtd::collections::hashtable = typedef generic::dictionary<xtd::any_object, xtd::any_object> |
#include <xtd.core/include/xtd/collections/hashtable.h>
Represents a collection of key/value pairs that are organized based on the hash code of the key.
using xtd::collections::vector_list = typedef array_list |
#include <xtd.core/include/xtd/collections/vector_list.h>
Represents a collection of std::any.