$search
#include <Defragment.h>
Public Member Functions | |
| KeyInfo (const KeyInfo &other) | |
| KeyInfo (int fragId, NetAddress address) | |
Public Attributes | |
| NetAddress | address |
| int | fragId |
Friends | |
| bool | operator< (const KeyInfo &one, const KeyInfo &other) |
Definition at line 52 of file Defragment.h.
| castor::net::Defragment< Type, Decoder >::KeyInfo::KeyInfo | ( | int | fragId, | |
| NetAddress | address | |||
| ) | [inline] |
Definition at line 57 of file Defragment.h.
| castor::net::Defragment< Type, Decoder >::KeyInfo::KeyInfo | ( | const KeyInfo & | other | ) | [inline] |
Definition at line 62 of file Defragment.h.
| bool operator< | ( | const KeyInfo & | one, | |
| const KeyInfo & | other | |||
| ) | [friend] |
Definition at line 67 of file Defragment.h.
| NetAddress castor::net::Defragment< Type, Decoder >::KeyInfo::address |
Definition at line 55 of file Defragment.h.
| int castor::net::Defragment< Type, Decoder >::KeyInfo::fragId |
Definition at line 54 of file Defragment.h.