IccMAX 2.1.27
Color Profile Tools
Loading...
Searching...
No Matches
CIccTempVar Class Reference

#include <IccMpeXml.h>

Public Member Functions

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

Data Fields

std::string m_name
 
int m_pos
 
icUInt16Number m_size
 

Detailed Description

Constructor & Destructor Documentation

◆ CIccTempVar() [1/2]

CIccTempVar::CIccTempVar ( std::string  name = "",
int  pos = -1,
icUInt16Number  size = 1 
)
inline
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
int m_pos
Definition IccMpeXml.h:276

References m_name, m_pos, and m_size.

Referenced by CIccMpeXmlCalculator::Flatten(), and CIccMpeXmlCalculator::ParseImport().

+ Here is the caller graph for this function:

◆ CIccTempVar() [2/2]

CIccTempVar::CIccTempVar ( const CIccTempVar temp)
inline
274{ m_name = temp.m_name; m_pos = temp.m_pos; m_size = temp.m_size; }

References m_name, m_pos, and m_size.

Field Documentation

◆ m_name

std::string CIccTempVar::m_name

◆ m_pos

int CIccTempVar::m_pos

◆ m_size


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