#include <pair.h>
Public Types | |
typedef Pair< T, I > | Self_t |
typedef T | Type_t |
Public Methods | |
Pair () | |
Pair (const I jj, const T &val) | |
Pair (const Self_t &p) | |
T | getvalue () const |
I | getindex () const |
I | j () const |
T | affect (const T &val) |
T | change_value (const T &val) |
I | change_j (const I jj) |
I | change_index (const I jj) |
Self_t | assign (const T &val) |
Self_t | assign (const I jj, const T &val) |
I | decr () |
I | operator-- () |
I | operator-- (int) |
I | incr () |
I | operator++ () |
I | operator++ (int) |
Friends | |
std::istream & | operator>> (std::istream &is, Pair< T, I > &a) |
std::ostream & | operator<< (std::ostream &o, const Pair< T, I > a) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|