Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
VMAP::ManagedModel Class Reference

#include <VMapManager2.h>

Collaboration diagram for VMAP::ManagedModel:

Public Member Functions

int decRefCount ()
WorldModelgetModel ()
void incRefCount ()
 ManagedModel ()
void setModel (WorldModel *model)

Protected Attributes

WorldModeliModel
int iRefCount

Detailed Description

Definition at line 40 of file VMapManager2.h.

Constructor & Destructor Documentation

◆ ManagedModel()

VMAP::ManagedModel::ManagedModel ( )
inline

Definition at line 43 of file VMapManager2.h.

References iModel, and iRefCount.

Member Function Documentation

◆ decRefCount()

int VMAP::ManagedModel::decRefCount ( )
inline

Definition at line 47 of file VMapManager2.h.

References iRefCount.

◆ getModel()

WorldModel * VMAP::ManagedModel::getModel ( )
inline

Definition at line 45 of file VMapManager2.h.

References iModel.

◆ incRefCount()

void VMAP::ManagedModel::incRefCount ( )
inline

Definition at line 46 of file VMapManager2.h.

References iRefCount.

◆ setModel()

void VMAP::ManagedModel::setModel ( WorldModel * model)
inline

Definition at line 44 of file VMapManager2.h.

References iModel.

Member Data Documentation

◆ iModel

WorldModel* VMAP::ManagedModel::iModel
protected

Definition at line 49 of file VMapManager2.h.

Referenced by getModel(), ManagedModel(), and setModel().

◆ iRefCount

int VMAP::ManagedModel::iRefCount
protected

Definition at line 50 of file VMapManager2.h.

Referenced by decRefCount(), incRefCount(), and ManagedModel().


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