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

#include <IccMpeXml.h>

+ Collaboration diagram for CIccTempVar:

Public Member Functions

 CIccTempVar (const CIccTempVar &temp)
 
 CIccTempVar (std::string name="", int pos=-1, icUInt16Number size=1)
 

Public Attributes

std::string m_name
 
int m_pos
 
icUInt16Number m_size
 

Detailed Description

Definition at line 270 of file IccMpeXml.h.

Constructor & Destructor Documentation

◆ CIccTempVar() [1/2]

CIccTempVar::CIccTempVar ( std::string name = "",
int pos = -1,
icUInt16Number size = 1 )
inline

Definition at line 273 of file IccMpeXml.h.

273{ m_name = name; m_pos = pos; m_size = size;}
icUInt16Number m_size
Definition IccMpeXml.h:277
std::string m_name
Definition IccMpeXml.h:275

References m_name, m_pos, and m_size.

◆ CIccTempVar() [2/2]

CIccTempVar::CIccTempVar ( const CIccTempVar & temp)
inline

Definition at line 274 of file IccMpeXml.h.

274{ m_name = temp.m_name; m_pos = temp.m_pos; m_size = temp.m_size; }

References m_name, m_pos, and m_size.

Member Data Documentation

◆ m_name

std::string CIccTempVar::m_name

Definition at line 275 of file IccMpeXml.h.

Referenced by CIccTempVar(), and CIccTempVar().

◆ m_pos

int CIccTempVar::m_pos

Definition at line 276 of file IccMpeXml.h.

Referenced by CIccTempVar(), and CIccTempVar().

◆ m_size

icUInt16Number CIccTempVar::m_size

Definition at line 277 of file IccMpeXml.h.

Referenced by CIccTempVar(), and CIccTempVar().


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