gloox 1.0
Public Member Functions

Disco::Item Class Reference

An abstraction of a Disco item (Service Discovery, XEP-0030). More...

#include <disco.h>

List of all members.

Public Member Functions

 Item (const JID &jid, const std::string &node, const std::string &name)
 ~Item ()
const JIDjid () const
const std::string & node () const
const std::string & name () const
Tagtag () const

Detailed Description

An abstraction of a Disco item (Service Discovery, XEP-0030).

Author:
Jakob Schroeter <js@camaya.net>
Since:
1.0

Definition at line 352 of file disco.h.


Constructor & Destructor Documentation

Item ( const JID jid,
const std::string &  node,
const std::string &  name 
) [inline]

Constructs a Disco Item from a JID, node and name.

Parameters:
jidThe item's JID.
nodeThe item's type.
nameThe item's name.

Definition at line 363 of file disco.h.

~Item ( ) [inline]

Destructor.

Definition at line 371 of file disco.h.


Member Function Documentation

const JID& jid ( ) const [inline]

Returns the item's JID.

Returns:
The item's JID.

Definition at line 377 of file disco.h.

const std::string& name ( ) const [inline]

Returns the item's name.

Returns:
The item's name.

Definition at line 389 of file disco.h.

const std::string& node ( ) const [inline]

Returns the item's node.

Returns:
The item's node.

Definition at line 383 of file disco.h.

Tag * tag ( ) const

Creates and returns a Tag representation of this item.

Returns:
A Tag, or 0.

Definition at line 169 of file disco.cpp.


The documentation for this class was generated from the following files: