template class Pair


Public Methods

Pair(S _s, T _t)
S getS() const
T getT() const
void setS(const S &_s)
void setT(const T &_t)

Private Fields

S s
T t

Documentation

S s

T t

Pair(S _s, T _t)

S getS() const

T getT() const

void setS(const S &_s)

void setT(const T &_t)


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de