Edinburgh Speech Tools  2.1-release
EST_TKVI< K, V > Class Template Reference

Templated Key-Value Item. Serves as the items in the list of the EST_TKVL class. More...

#include <include/EST_TKVL.h>

Collaboration diagram for EST_TKVI< K, V >:

Public Member Functions

bool operator== (const EST_TKVI< K, V > &i)
 

Public Attributes

k
 
v
 

Friends

std::ostream & operator<< (std::ostream &s, EST_TKVI< K, V > const &i)
 

Detailed Description

template<class K, class V>
class EST_TKVI< K, V >

Templated Key-Value Item. Serves as the items in the list of the EST_TKVL class.

Definition at line 55 of file EST_TKVL.h.

Member Function Documentation

template<class K, class V>
bool EST_TKVI< K, V >::operator== ( const EST_TKVI< K, V > &  i)
inline

Definition at line 60 of file EST_TKVL.h.

Friends And Related Function Documentation

template<class K, class V>
std::ostream& operator<< ( std::ostream &  s,
EST_TKVI< K, V > const &  i 
)
friend

Definition at line 64 of file EST_TKVL.h.

Member Data Documentation

template<class K, class V>
K EST_TKVI< K, V >::k

Definition at line 57 of file EST_TKVL.h.

template<class K, class V>
V EST_TKVI< K, V >::v

Definition at line 58 of file EST_TKVL.h.


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