PTLib  Version 2.10.4
PRFC1155_NetworkAddress Class Reference

#include <rfc1155.h>

Inheritance diagram for PRFC1155_NetworkAddress:
PASN_Choice PASN_Object PObject

List of all members.

Public Types

enum  Choices { e_internet }

Public Member Functions

 PRFC1155_NetworkAddress (unsigned tag=0, TagClass tagClass=UniversalTagClass)
 operator PRFC1155_IpAddress & ()
 operator const PRFC1155_IpAddress & () const
PBoolean CreateObject ()
PObjectClone () const
 Create a copy of the class on the heap.

Member Enumeration Documentation

Enumerator:
e_internet 

Constructor & Destructor Documentation


Member Function Documentation

Create a copy of the class on the heap.

The exact semantics of the descendent class determine what is required to make a duplicate of the instance. Not all classes can even do a clone operation.

The main user of the clone function is the PDictionary class as it requires copies of the dictionary keys.

The default behaviour is for this function to assert.

Returns:
pointer to new copy of the class instance.

Reimplemented from PObject.

PRFC1155_NetworkAddress::operator const PRFC1155_IpAddress & ( ) const
PRFC1155_NetworkAddress::operator PRFC1155_IpAddress & ( )

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines