Poco::UPnP::ServiceDesc

class NoRestriction

Library: UPnP/ServiceDesc
Package: ServiceDesc
Header: Poco/UPnP/ServiceDesc/NoRestriction.h

Description

The NoRestriction doesn't restrict at all

Inheritance

Direct Base Classes: Restriction

All Base Classes: Poco::RefCountedObject, Restriction

Member Summary

Member Functions: toString, valid

Inherited Functions: duplicate, referenceCount, release, toString, valid

Types

Ptr

typedef Poco::AutoPtr < NoRestriction > Ptr;

Constructors

NoRestriction

NoRestriction();

Creates the NoRestriction.

Destructor

~NoRestriction virtual

~NoRestriction();

Destroys the NoRestriction.

Member Functions

toString virtual

std::string toString() const;

See also: Poco::UPnP::ServiceDesc::Restriction::toString()

valid virtual

bool valid(
    const std::string & val
) const;

See also: Poco::UPnP::ServiceDesc::Restriction::valid()