class GatheringHolder : public nn::nex::RootObject
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.
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. |
nn::nex::RootObject
nn::nex::GatheringHolder
CONFIDENTIAL