xtd 0.2.0
Loading...
Searching...
No Matches
specialized

Definition

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 xtd::collections::generic::key_value_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 xtd::collections::generic::key_value_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.
 

Typedef Documentation

◆ string_collection

#include <xtd.core/include/xtd/collections/specialized/string_collection.hpp>

Represents a collection of strings.

Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.hpp:75
Header
#include <xtd/collections/specialized/string_collection>
Namespace
xtd::collections
Library
xtd.core

◆ string_dictionary

#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.

Represents a collection of keys and values.
Definition dictionary.hpp:88
Header
#include <xtd/collections/specialized/string_dictionary>
Namespace
xtd::collections
Library
xtd.core

◆ string_key_value_pair

#include <xtd.core/include/xtd/collections/specialized/string_key_value_pair.hpp>

Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be strings.

Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.hpp:36
Header
#include <xtd/collections/specialized/string_key_value_pair>
Namespace
xtd::collections
Library
xtd.core

◆ string_map

#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 string_map = std::map<xtd::string, xtd::string>
Header
#include <xtd/collections/specialized/string_map>
Namespace
xtd::collections
Library
xtd.core
Deprecated:
Replaced by xtd::collections::specialized::string_dictionary - Will be removed in version 0.4.0.

◆ string_pair

#include <xtd.core/include/xtd/collections/specialized/string_pair.hpp>

Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be strings.

Header
#include <xtd/collections/specialized/string_pair>
Namespace
xtd::collections
Library
xtd.core
Deprecated:
Replaced by xtd::collections::specialized::string_key_value_pair - Will be removed in version 0.4.0.

◆ string_vector

#include <xtd.core/include/xtd/collections/specialized/string_vector.hpp>

Represents a collection of strings.

Header
#include <xtd/collections/specialized/string_vector>
Namespace
xtd::collections
Library
xtd.core
Deprecated:
Replaced by xtd::collections::specialized::string_collection - Will be removed in version 0.4.0.