xtd 1.0.0
Loading...
Searching...
No Matches
sorted_list.hpp
Go to the documentation of this file.
1
4#pragma once
6#include "ilist.hpp"
7#include "../as.hpp"
8#include "../any_object.hpp"
9
11namespace xtd {
13 namespace collections {
28 }
29}
Contains xtd::any_object class.
Contains xtd::as method.
Contains xtd::collections::generic::sorted_list <key_t, value_t> class.
generic::sorted_list< xtd::any_object, xtd::any_object > sorted_list
Represents a collection of xtd::any_object.
Definition sorted_list.hpp:27
sorted_dictionary< key_t, value_t, helpers::lesser< key_t >, allocator_t > sorted_list
Represents a collection of key/value pairs that are sorted by the keys and are accessible by key and ...
Definition sorted_list.hpp:36
Contains xtd::collections::ilist alias.
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8