#include <AMICO_attribute.h>
Public Member Functions | |
AMICO_attribute (AP_PeerSocket::Type type, const AP_String &bind="", AP_Uint32 flags=0) | |
AMICO_attribute (void) | |
AP_String | bind (void) const |
void | setBind (const AP_String &value) |
void | setType (const AP_PeerSocket::Type &value) |
AP_PeerSocket::Type | type (void) const |
Private Attributes | |
AP_String | _m_bind |
AP_PeerSocket::Type | _m_type |
AMICO_attribute | ( | void | ) | [inline] |
AMICO_attribute | ( | AP_PeerSocket::Type | type, | |
const AP_String & | bind = "" , |
|||
AP_Uint32 | flags = 0 | |||
) | [inline] |
AP_String bind | ( | void | ) | const [inline] |
void setBind | ( | const AP_String & | value | ) | [inline] |
void setType | ( | const AP_PeerSocket::Type & | value | ) | [inline] |
AP_PeerSocket::Type type | ( | void | ) | const [inline] |
AP_PeerSocket::Type _m_type [private] |