#include <TCPBuddy.h>
Public Member Functions | |
| TCPBuddy (AccountHandler *handler, const std::string &address, const std::string &port) | |
| virtual UT_UTF8String | getDescriptor (bool) const |
| virtual UT_UTF8String | getDescription () const |
| const std::string & | getAddress () const |
| const std::string & | getPort () const |
| virtual const DocTreeItem * | getDocTreeItems () const |
Private Attributes | |
| std::string | m_address |
| std::string | m_port |
| TCPBuddy::TCPBuddy | ( | AccountHandler * | handler, | |
| const std::string & | address, | |||
| const std::string & | port | |||
| ) | [inline] |
References Buddy::setVolatile().
| const std::string& TCPBuddy::getAddress | ( | ) | const [inline] |
References m_address.
| virtual UT_UTF8String TCPBuddy::getDescription | ( | ) | const [inline, virtual] |
| virtual UT_UTF8String TCPBuddy::getDescriptor | ( | bool | ) | const [inline, virtual] |
| virtual const DocTreeItem* TCPBuddy::getDocTreeItems | ( | ) | const [inline, virtual] |
Implements Buddy.
References Buddy::getDocHandles(), DocTreeItem::m_child, DocTreeItem::m_docHandle, DocTreeItem::m_next, and DocTreeItem::m_type.
| const std::string& TCPBuddy::getPort | ( | ) | const [inline] |
References m_port.
std::string TCPBuddy::m_address [private] |
Referenced by getAddress(), getDescription(), and getDescriptor().
std::string TCPBuddy::m_port [private] |
Referenced by getDescription(), getDescriptor(), and getPort().
1.7.1