xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
web
css
selector_dictionary.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
selector.hpp
"
6
#include "
../../collections/generic/sorted_dictionary.hpp
"
7
9
namespace
xtd
{
10
namespace
web
{
11
namespace
css {
13
using
selector_dictionary
=
xtd::collections::generic::sorted_dictionary<xtd::string, xtd::web::css::selector>
;
14
}
15
}
16
}
xtd::collections::generic::sorted_dictionary
std::map< key_t, value_t, lesser_t, allocator_t > sorted_dictionary
Represents a collection of key/value pairs that are sorted on the key.
Definition
sorted_dictionary.hpp:38
xtd::web
Contains classes and interfaces that enable browser-server communication. This namespace includes the...
Definition
css_reader.hpp:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
selector.hpp
Contains xtd::web::css::selector class.
xtd::web::css::selector_dictionary
xtd::collections::generic::sorted_dictionary< xtd::string, xtd::web::css::selector > selector_dictionary
Represents the dictionary of a selector name - selector pair.
Definition
selector_dictionary.hpp:13
sorted_dictionary.hpp
Contains xtd::collections::generic::sorted_dictionary <key_t, value_t> class.
Generated on
for xtd by
Gammasoft
. All rights reserved.