Contains specialized collections definitions.
Typedefs | |
| using | xtd::collections::specialized::string_collection = xtd::collections::generic::list< xtd::string > | 
| Represents a collection of strings.   | |
| using | xtd::collections::specialized::string_dictionary = xtd::collections::generic::dictionary< xtd::string, xtd::string > | 
| Represents a xtd::collections::generic::dictionary with the key and the value strongly typed to be strings.   | |
| using | xtd::collections::specialized::string_key_value_pair = xtd::collections::generic::key_value_pair< xtd::string, xtd::string > | 
| Implements a std::pair with the key and the value strongly typed to be strings.   | |
| using | xtd::collections::specialized::string_map = string_dictionary | 
| Represents a std::map with the key and the value strongly typed to be strings.   | |
| using | xtd::collections::specialized::string_pair = string_key_value_pair | 
| Implements a std::pair with the key and the value strongly typed to be strings.   | |
| using | xtd::collections::specialized::string_vector = string_collection | 
| Represents a collection of strings.   | |
| using xtd::collections::specialized::string_collection = typedef xtd::collections::generic::list<xtd::string> | 
#include <xtd.core/include/xtd/collections/specialized/string_collection.hpp>
Represents a collection of strings.
| using xtd::collections::specialized::string_dictionary = typedef xtd::collections::generic::dictionary<xtd::string, xtd::string> | 
#include <xtd.core/include/xtd/collections/specialized/string_dictionary.hpp>
Represents a xtd::collections::generic::dictionary with the key and the value strongly typed to be strings.
| using xtd::collections::specialized::string_key_value_pair = typedef xtd::collections::generic::key_value_pair<xtd::string, xtd::string> | 
#include <xtd.core/include/xtd/collections/specialized/string_key_value_pair.hpp>
Implements a std::pair with the key and the value strongly typed to be strings.
| using xtd::collections::specialized::string_map = typedef string_dictionary | 
#include <xtd.core/include/xtd/collections/specialized/string_map.hpp>
Represents a std::map with the key and the value strongly typed to be strings.
| using xtd::collections::specialized::string_pair = typedef string_key_value_pair | 
#include <xtd.core/include/xtd/collections/specialized/string_pair.hpp>
Implements a std::pair with the key and the value strongly typed to be strings.
| using xtd::collections::specialized::string_vector = typedef string_collection | 
#include <xtd.core/include/xtd/collections/specialized/string_vector.hpp>
Represents a collection of strings.