#include <xmpp.h>
Protected Member Functions |
virtual void | ParseJID (const PString &jid) |
virtual void | BuildJID () const |
| PObject () |
| Constructor for PObject, made protected so cannot ever create one on its own.
|
Constructor & Destructor Documentation
XMPP::JID::JID |
( |
const char * |
jid = 0 | ) |
|
XMPP::JID::JID |
( |
const PString & |
jid | ) |
|
Member Function Documentation
virtual void XMPP::JID::BuildJID |
( |
| ) |
const |
|
protectedvirtual |
virtual PObject* XMPP::JID::Clone |
( |
| ) |
const |
|
inlinevirtual |
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.
Reimplemented in XMPP::BareJID.
References JID(), and m_JID.
Compare the two objects and return their relative rank.
This function is usually overridden by descendent classes to yield the ranking according to the semantics of the object.
The default function is to use the CompareObjectMemoryDirect()
function to do a byte wise memory comparison of the two objects.
- Returns
LessThan
, EqualTo
or GreaterThan
according to the relative rank of the objects.
- Parameters
-
obj | Object to compare against. |
Reimplemented from PObject.
Reimplemented in XMPP::BareJID.
virtual PString XMPP::JID::GetResource |
( |
| ) |
const |
|
inlinevirtual |
PString XMPP::JID::GetServer |
( |
| ) |
const |
|
inline |
PString XMPP::JID::GetUser |
( |
| ) |
const |
|
inline |
virtual PBoolean XMPP::JID::IsBare |
( |
| ) |
const |
|
inlinevirtual |
XMPP::JID::operator const PString & |
( |
| ) |
const |
virtual void XMPP::JID::ParseJID |
( |
const PString & |
jid | ) |
|
|
protectedvirtual |
virtual void XMPP::JID::PrintOn |
( |
ostream & |
strm | ) |
const |
|
virtual |
Output the contents of the object to the stream.
The exact output is dependent on the exact semantics of the descendent class. This is primarily used by the standard operator<<
function.
The default behaviour is to print the class name.
Reimplemented from PObject.
virtual void XMPP::JID::SetResource |
( |
const PString & |
resource | ) |
|
|
virtual |
virtual void XMPP::JID::SetServer |
( |
const PString & |
server | ) |
|
|
virtual |
virtual void XMPP::JID::SetUser |
( |
const PString & |
user | ) |
|
|
virtual |
Member Data Documentation
The documentation for this class was generated from the following file: