Incapsulates public group information and incoming invite details.
More...
#include <IGroupInvite.h>
|
| virtual GString | getGroupName ()=0 |
| | Gets group name. More...
|
| |
| virtual GInvite | getInvite ()=0 |
| | Gets invite object incapsulating some information on the way this group invite was received. More...
|
| |
|
virtual int32 | retain ()=0 |
| | Add a reference to our object in a COM-like way.
|
| |
|
virtual int32 | release ()=0 |
| | Release a reference to our object in a COM-like way.
|
| |
|
virtual int32 | hold ()=0 |
| | Add a reference to our object in a COM-like way.
|
| |
|
virtual int32 | unhold ()=0 |
| | Release a reference to our object in a COM-like way.
|
| |
|
virtual int32 | hashCode ()=0 |
| | Returns an integer hash code for this object.
|
| |
| virtual bool | equals (const GCommonObj &o)=0 |
| | Compares this instance with the specified object and indicates if they are equal. More...
|
| |
| virtual GString | toString ()=0 |
| | Returns a string containing a concise, human-readable description of this object. More...
|
| |
|
virtual void | attachObject (const GCommon &obj)=0 |
| | Asociates arbitrary object with the instance.
|
| |
|
virtual GCommon | extractObject ()=0 |
| | Extracts associated object or NULL if no association is established.
|
| |
|
| virtual | ~ICommon () |
| | Destructor is protected to deny explicit object deallocation. More...
|
| |
Incapsulates public group information and incoming invite details.
| virtual GString Glympse::IGroupInvite::getGroupName |
( |
) | |
|
|
pure virtual |
Gets group name.
- Returns
- Group name.
| virtual GInvite Glympse::IGroupInvite::getInvite |
( |
) | |
|
|
pure virtual |
Gets invite object incapsulating some information on the way this group invite was received.
- Returns
- GInvite object or NULL.
The documentation for this struct was generated from the following file: