Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
CIccMpePtr Class Reference

#include <IccMpeXml.h>

+ Collaboration diagram for CIccMpePtr:

Public Member Functions

 CIccMpePtr (CIccMultiProcessElement *pMpe=NULL, int nIndex=-1)
 
 CIccMpePtr (const CIccMpePtr &mptr)
 

Public Attributes

int m_nIndex
 
CIccMultiProcessElementm_ptr
 

Detailed Description

Definition at line 257 of file IccMpeXml.h.

Constructor & Destructor Documentation

◆ CIccMpePtr() [1/2]

CIccMpePtr::CIccMpePtr ( CIccMultiProcessElement * pMpe = NULL,
int nIndex = -1 )
inline

Definition at line 260 of file IccMpeXml.h.

260{ m_ptr = pMpe; m_nIndex = nIndex; }
CIccMultiProcessElement * m_ptr
Definition IccMpeXml.h:263

References m_nIndex, and m_ptr.

◆ CIccMpePtr() [2/2]

CIccMpePtr::CIccMpePtr ( const CIccMpePtr & mptr)
inline

Definition at line 261 of file IccMpeXml.h.

261{ m_ptr = mptr.m_ptr; m_nIndex = mptr.m_nIndex; }

References m_nIndex, and m_ptr.

Member Data Documentation

◆ m_nIndex

int CIccMpePtr::m_nIndex

Definition at line 264 of file IccMpeXml.h.

Referenced by CIccMpePtr(), and CIccMpePtr().

◆ m_ptr

CIccMultiProcessElement* CIccMpePtr::m_ptr

Definition at line 263 of file IccMpeXml.h.

Referenced by CIccMpePtr(), and CIccMpePtr().


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