| Return Type | Function name | Arguments |
|---|---|---|
| hdsFldspec& | hdsFldspec::operator= | (const hdsFldspec&,) |
Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp
Function Logic:
Function body:
hdsFldspec& hdsFldspec::operator= (const hdsFldspec& op)
{
m_pType = op.m_pType ;
m_Refname = op.m_Refname ;
m_Desc = op.m_Desc ;
m_Default = op.m_Default ;
valJS = op.valJS ;
m_Source = op.m_Source ;
htype = op.htype ;
valJS = op.valJS ;
nSize = op.nSize ;
nCols = op.nCols ;
nRows = op.nRows ;
nFldSeq = op.nFldSeq ;
nExpSeq = op.nExpSeq ;
return *this ;
}