18#ifndef _LOG4CXX_HELPER_INETADDRESS_H
19#define _LOG4CXX_HELPER_INETADDRESS_H
57 static InetAddressList getAllByName(const
LogString& host);
61 static InetAddressPtr getByName(const
LogString& host);
73 static InetAddressPtr getLocalHost();
79 static InetAddressPtr anyAddress();
The class Exception and its subclasses indicate conditions that a reasonable application might want t...
Definition: exception.h:38
Definition: inetaddress.h:44
base class for java-like objects.
Definition: object.h:106
Definition: inetaddress.h:31
UnknownHostException & operator=(const UnknownHostException &src)
UnknownHostException(const LogString &msg)
UnknownHostException(const UnknownHostException &src)
#define LOG4CXX_LIST_DEF(N, T)
Definition: log4cxx.h:67
#define LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(T, V)
Definition: log4cxx.h:85
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
#define LOG4CXX_NS
Definition: log4cxx.h:104
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146