![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <service/tl/FlowID.hpp>


Public Member Functions | |
| virtual std::string | doToString () const |
| Overload to customize the representation of your class. | |
| FlowID (const wns::service::nl::Address &_srcAddress, wns::service::tl::Port _srcPort, const wns::service::nl::Address &_dstAddress, wns::service::tl::Port _dstPort) | |
| FlowID () | |
| bool | operator< (const FlowID &other) const |
| virtual bool | operator== (const FlowID &other) const |
| virtual void | swapSrcDest () |
| virtual | ~FlowID () |
Public Attributes | |
| wns::service::nl::Address | dstAddress |
| wns::service::tl::Port | dstPort |
| wns::service::nl::Address | srcAddress |
| wns::service::tl::Port | srcPort |
Definition at line 39 of file FlowID.hpp.
| wns::service::tl::FlowID::FlowID | ( | ) | [inline] |
Definition at line 43 of file FlowID.hpp.
| wns::service::tl::FlowID::FlowID | ( | const wns::service::nl::Address & | _srcAddress, | |
| wns::service::tl::Port | _srcPort, | |||
| const wns::service::nl::Address & | _dstAddress, | |||
| wns::service::tl::Port | _dstPort | |||
| ) | [inline] |
Definition at line 51 of file FlowID.hpp.
| virtual wns::service::tl::FlowID::~FlowID | ( | ) | [inline, virtual] |
Definition at line 62 of file FlowID.hpp.
| virtual std::string wns::service::tl::FlowID::doToString | ( | ) | const [inline, virtual] |
Definition at line 90 of file FlowID.hpp.
Definition at line 77 of file FlowID.hpp.
| virtual void wns::service::tl::FlowID::swapSrcDest | ( | ) | [inline, virtual] |
Definition at line 66 of file FlowID.hpp.
Definition at line 122 of file FlowID.hpp.
Definition at line 123 of file FlowID.hpp.
Definition at line 119 of file FlowID.hpp.
Definition at line 120 of file FlowID.hpp.
1.5.5