DNA_Point
DNA_Point
dna
1998 12-06
CLASS
DNA_Point - C++ network peer identification
SYNOPSIS
DNA_Point represents the abstract concept of identifying a point in
the network. It serves solely as the base class for network-specific
derived classes.
MEMBER FUNCTIONS
virtual long Compare(DNA_Point *p) const = 0
Returns 0 if p is equivalent to this object. Derived classes
must provide this method.
SEE ALSO
DNA_Binding(3),
DNA_Connection(3),
DNA_IPPoint(3)