Design Pattern Examples
Overview of object-oriented design patterns
ItemPair Struct Reference

Represents a key/value pair where the key and value are strings. More...

#include <Iterator_Iterators.h>

Collaboration diagram for ItemPair:
Collaboration graph

Public Attributes

const char * key
 The key part of the item.
 
const char * value
 The value part of the item.
 

Detailed Description

Represents a key/value pair where the key and value are strings.

Definition at line 18 of file Iterator_Iterators.h.

Member Data Documentation

◆ key

const char* key

The key part of the item.

Definition at line 20 of file Iterator_Iterators.h.

Referenced by Iterator_Exercise(), Iterator_GetItems(), and Iterator_NextItem().

◆ value

const char* value

The value part of the item.

Definition at line 21 of file Iterator_Iterators.h.

Referenced by Iterator_Exercise(), Iterator_GetItems(), and Iterator_NextItem().


The documentation for this struct was generated from the following file: