#include <Defragment.h>
Public Member Functions | |
KeyInfo (int fragId, NetAddress address) | |
KeyInfo (const KeyInfo &other) | |
Public Attributes | |
NetAddress | address |
int | fragId |
Friends | |
bool | operator< (const KeyInfo &one, const KeyInfo &other) |
Definition at line 60 of file Defragment.h.
castor::net::Defragment< Type, Decoder >::KeyInfo::KeyInfo | ( | int | fragId, |
NetAddress | address | ||
) | [inline] |
Definition at line 65 of file Defragment.h.
castor::net::Defragment< Type, Decoder >::KeyInfo::KeyInfo | ( | const KeyInfo & | other | ) | [inline] |
Definition at line 70 of file Defragment.h.
bool operator< | ( | const KeyInfo & | one, |
const KeyInfo & | other | ||
) | [friend] |
Definition at line 75 of file Defragment.h.
NetAddress castor::net::Defragment< Type, Decoder >::KeyInfo::address |
Definition at line 63 of file Defragment.h.
int castor::net::Defragment< Type, Decoder >::KeyInfo::fragId |
Definition at line 62 of file Defragment.h.