#include <source/ariba/communication/modules/transport/tcp/TCPTransportLocator.h>
Public Types | |
typedef uint16_t | port_t |
Public Member Functions | |
TCPTransportLocator () | |
TCPTransportLocator (port_t port) | |
virtual | ~TCPTransportLocator () |
uint16_t | getPort () const |
Protected Attributes | |
port_t | port |
Private Attributes | |
VSERIALIZEABLE | |
Friends | |
class | TCPTransport |
Definition at line 61 of file TCPTransportLocator.h.
typedef uint16_t TCPTransportLocator::port_t |
Definition at line 65 of file TCPTransportLocator.h.
TCPTransportLocator::TCPTransportLocator | ( | ) |
Definition at line 50 of file TCPTransportLocator.cpp.
TCPTransportLocator::TCPTransportLocator | ( | port_t | port | ) |
Definition at line 46 of file TCPTransportLocator.cpp.
TCPTransportLocator::~TCPTransportLocator | ( | ) | [virtual] |
Definition at line 53 of file TCPTransportLocator.cpp.
uint16_t TCPTransportLocator::getPort | ( | ) | const [inline] |
friend class TCPTransport [friend] |
Definition at line 63 of file TCPTransportLocator.h.
TCPTransportLocator::VSERIALIZEABLE [private] |
port_t TCPTransportLocator::port [protected] |