#include <sfp.h>
Collaboration diagram for TAO_SFP_Fragment_Node:

Public Member Functions | |
| TAO_SFP_Fragment_Node (void) | |
Public Attributes | |
| flowProtocol::fragment | fragment_info_ |
| ACE_Message_Block * | data_ |
Friends | |
| bool | operator< (const TAO_SFP_Fragment_Node &left, const TAO_SFP_Fragment_Node &right) |
Definition at line 44 of file sfp.h.
| TAO_SFP_Fragment_Node::TAO_SFP_Fragment_Node | ( | void | ) | [inline] |
| bool operator< | ( | const TAO_SFP_Fragment_Node & | left, | |
| const TAO_SFP_Fragment_Node & | right | |||
| ) | [friend] |
Definition at line 36 of file sfp.cpp.
00038 { 00039 return left.fragment_info_.frag_number < right.fragment_info_.frag_number; 00040 }
Definition at line 49 of file sfp.h.
Referenced by TAO_SFP_Base::check_all_fragments(), TAO_SFP_Base::read_fragment(), and TAO_SFP_Base::read_frame().
Definition at line 48 of file sfp.h.
Referenced by operator<(), TAO_SFP_Base::read_fragment(), and TAO_SFP_Base::read_frame().
1.4.7