xtd 0.2.0
specialized

Definition

Contains specialized collections definitions.

Typedefs

using xtd::collections::specialized::string_collection
 Represents a collection of strings.
 
using xtd::collections::specialized::string_dictionary
 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
 Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be 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:80
xtd::collections::generic::list< xtd::string > string_collection
Represents a collection of strings.
Definition string_collection.hpp:27
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:67
xtd::collections::generic::dictionary< xtd::string, xtd::string > string_dictionary
Represents a xtd::collections::generic::dictionary with the key and the value strongly typed to be st...
Definition string_dictionary.hpp:28
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.

xtd::collections::generic::key_value_pair< xtd::string, xtd::string > string_key_value_pair
Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to b...
Definition string_key_value_pair.hpp:28
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.hpp:37
Header
#include <xtd/collections/specialized/string_key_value_pair>
Namespace
xtd::collections
Library
xtd.core