SECBar::operator=
const SECBar&SECBar::operator=(const SECBar&rBar)
Copies a SECBar object
Defined in: SECBar.cpp
Return Value
returns the SECBar object being assigned to
Parameters
rBar
SECBar object to copy from
Comments
For the pointers of this class, it just does a shallow copy.