nn::nex::GatheringHolder Class

Syntax

class GatheringHolder : public nn::nex::RootObject

Description

Gathering holder class.

The Gathering class and its derived class (MatchmakeSession) are used to send and receive data to and from the game server. A pointer to the Gathering class object is held internally, and when an assignment or a destructor is called, a destructor for the object being held is also called.

Member Functions

GatheringHolder Constructor.
~GatheringHolder Destructor.
operator= An assignment operator.
operator * Returns the reference to the object being held.
operator-> Returns the pointer to the object being held.
Get Returns the pointer to the object being held.
Release Releases the Gathering class object that is being held.

Class Hierarchy

nn::nex::RootObject
  nn::nex::GatheringHolder

Revision History

2012/01/26
Initial version.

CONFIDENTIAL