File Information
Library: DNSSD
Package: Core
Header: Poco/DNSSD/DNSSD.h
Member Summary
Member Functions: cast, isNull, isValid, operator !=, operator <, operator <=, operator ==, operator >, operator >=, reset, subtype
Enumerations
Anonymous
TYPE = Type
Constructors
OpaqueHandle
OpaqueHandle();
OpaqueHandle
OpaqueHandle(
Base h,
int subtype = 0
);
OpaqueHandle
template < typename T > OpaqueHandle(
T h,
int subtype = 0
);
Destructor
~OpaqueHandle
~OpaqueHandle();
Member Functions
cast
template < typename T > T cast() const;
isNull
bool isNull() const;
isValid
bool isValid() const;
operator !=
bool operator != (
const OpaqueHandle & other
) const;
operator <
bool operator < (
const OpaqueHandle & other
) const;
operator <=
bool operator <= (
const OpaqueHandle & other
) const;
operator ==
bool operator == (
const OpaqueHandle & other
) const;
operator >
bool operator > (
const OpaqueHandle & other
) const;
operator >=
bool operator >= (
const OpaqueHandle & other
) const;
reset
void reset();
subtype
int subtype() const;