Jpp
debug
the software that should make you happy
|
Template specialisation for a pair of values. More...
#include <JPair.hh>
Public Types | |
typedef JKey_t | key_type |
typedef JValue_t | mapped_type |
Public Member Functions | |
JPair () | |
Default constructor. More... | |
JPair (typename JLANG::JClass< key_type > ::argument_type key, typename JLANG::JClass< mapped_type >::argument_type value) | |
Constructor. More... | |
const key_type & | getKey () const |
const mapped_type & | getValue () const |
mapped_type & | getValue () |
Public Attributes | |
JKey_t | first |
JValue_t | second |
Friends | |
std::istream & | operator>> (std::istream &in, JPair< JKey_t, JValue_t > &pair) |
Read pair from input. More... | |
std::ostream & | operator<< (std::ostream &out, const JPair< JKey_t, JValue_t > &pair) |
Write pair to output. More... | |
JReader & | operator>> (JReader &in, JPair< JKey_t, JValue_t > &pair) |
Read pair from input. More... | |
JWriter & | operator<< (JWriter &out, const JPair< JKey_t, JValue_t > &pair) |
Write pair to output. More... | |
Template specialisation for a pair of values.
typedef JKey_t JTOOLS::JPair< JKey_t, JValue_t >::key_type |
typedef JValue_t JTOOLS::JPair< JKey_t, JValue_t >::mapped_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
JKey_t JTOOLS::JPair< JKey_t, JValue_t >::first |
JValue_t JTOOLS::JPair< JKey_t, JValue_t >::second |