#include <InetdItem.h>
Collaboration diagram for InetdItem:

Public Member Functions | |
| void | clear () |
Public Attributes | |
| String | service |
| unsigned int | port |
| String | login |
| String | password |
| String | allow |
| String | deny |
Definition at line 12 of file InetdItem.h.
| void InetdItem::clear | ( | ) |
Definition at line 11 of file InetdItem.cpp.
References allow, deny, login, password, port, and service.
Referenced by S11n< T >::fromXml().
Definition at line 19 of file InetdItem.h.
Referenced by clear(), S11n< T >::fromString(), S11n< T >::fromXml(), S11n< T >::toString(), and S11n< T >::toXml().
| unsigned int InetdItem::port |
Definition at line 20 of file InetdItem.h.
Referenced by clear(), S11n< T >::fromString(), S11n< T >::fromXml(), S11n< T >::toString(), and S11n< T >::toXml().
Definition at line 21 of file InetdItem.h.
Referenced by Inetd::authorize(), clear(), S11n< T >::fromString(), S11n< T >::fromXml(), S11n< T >::toString(), and S11n< T >::toXml().
Definition at line 22 of file InetdItem.h.
Referenced by Inetd::authorize(), clear(), S11n< T >::fromString(), S11n< T >::fromXml(), S11n< T >::toString(), and S11n< T >::toXml().
Definition at line 23 of file InetdItem.h.
Referenced by clear(), S11n< T >::fromString(), S11n< T >::fromXml(), S11n< T >::toString(), and S11n< T >::toXml().
Definition at line 24 of file InetdItem.h.
Referenced by clear(), S11n< T >::fromString(), S11n< T >::fromXml(), S11n< T >::toString(), and S11n< T >::toXml().
1.5.1