class libfwbuilder::IPRoute


Public Methods

[more] IPRoute(const IPRoute &)
[more] IPRoute(const IPAddress &_dst, const Netmask &_nm, const IPAddress &_gw, const Interface* _intf, bool _direct)
[more]virtual ~IPRoute()
[more]bool isDirect() const
[more]const Netmask& getNetmask() const
[more]const IPAddress& getDestination() const
[more]const IPAddress& getGateway() const
[more]const Interface* getInterface() const


Documentation

o IPRoute(const IPRoute &)

o IPRoute(const IPAddress &_dst, const Netmask &_nm, const IPAddress &_gw, const Interface* _intf, bool _direct)

ovirtual ~IPRoute()

obool isDirect() const

oconst Netmask& getNetmask() const

oconst IPAddress& getDestination() const

oconst IPAddress& getGateway() const

oconst Interface* getInterface() const
Returns:
interface associated with this route, or NULL if none.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.