35 #include <ptlib_config.h>
39 class PASN_OctetString;
92 const PASN_OctetString & ostr
143 PBoolean operator!()
const {
return !IsNULL(); }
153 #endif // PTLIB_GUID_H
#define PCLASSINFO(cls, par)
Declare all the standard PTLib class information.
Definition: object.h:2164
virtual void ReadFrom(istream &strm)
Read the array.
virtual PObject * Clone() const
Clone the object.
Definition: array.h:641
Array of unsigned characters.
Definition: array.h:605
virtual PINDEX HashFunction() const
This function yields a hash value required by the PDictionary class.
bool PBoolean
Definition: object.h:174
The character string class.
Definition: pstring.h:108
virtual void PrintOn(ostream &strm) const
Print the array.
virtual PBoolean SetSize(PINDEX newSize)
Set the size of the array in elements.
Ultimate parent class for all objects in the class library.
Definition: object.h:2204