xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__dictionary_definition.hpp
Go to the documentation of this file.
1
4
#pragma once
6
#if !defined(__XTD_CORE_INTERNAL__)
7
#error "Do not include this file: Internal use only"
8
#endif
10
#include <unordered_map>
11
#define __XTD_STD_INTERNAL__
12
#include "
../collections/generic/helpers/allocator.hpp
"
13
#include "
../collections/generic/helpers/equator.hpp
"
14
#include "
../collections/generic/helpers/hasher.hpp
"
15
#include "
../collections/generic/helpers/iterator.hpp
"
16
#include "
../collections/generic/idictionary.hpp
"
17
#undef __XTD_STD_INTERNAL__
18
20
namespace
xtd
{
22
namespace
collections
{
24
namespace
generic
{
68
template
<
typename
key_t,
typename
value_t,
typename
hasher_t = xtd::collections::
generic
::helpers::hasher<key_t>,
typename
equator_t = xtd::collections::generic::helpers::equator<key_t>,
typename
allocator_t =
xtd::collections::generic::helpers::allocator<std::pair<const key_t, value_t >
>>
69
class
dictionary
;
70
}
71
}
72
}
allocator.hpp
Contains xtd::collections::generic::helpers::allocator alias.
xtd::collections::generic::dictionary
Represents a collection of keys and values.
Definition
dictionary.hpp:63
equator.hpp
Contains xtd::collections::generic::helpers::equator struct.
idictionary.hpp
Contains xtd::collections::generic::idictionary <key_t, value_t> interface.
xtd::collections::generic::helpers::allocator
std::allocator< type_t > allocator
Represent an allocator alias.
Definition
allocator.hpp:38
hasher.hpp
Contains xtd::collections::generic::helpers::hasher struct.
iterator.hpp
Contains iteraors aliases.
xtd::collections::generic
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition
comparer.hpp:16
xtd::collections
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition
any_pair.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.