xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
web
css
property_dictionary.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
property.hpp
"
6
#include "
../../collections/generic/sorted_dictionary.hpp
"
7
9
namespace
xtd
{
10
namespace
web
{
11
namespace
css {
13
using
property_dictionary
=
xtd::collections::generic::sorted_dictionary<xtd::string, xtd::web::css::property>
;
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
property.hpp
Contains xtd::web::css::property class.
xtd::web::css::property_dictionary
xtd::collections::generic::sorted_dictionary< xtd::string, xtd::web::css::property > property_dictionary
Represents the dictionary of a property name - property pair.
Definition
property_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.