Reads a serialized value from the output stream
[C++]
CXlIStream& operator >>(
double& dval
);
CXlIStream& operator >>(
short int& sval
);
CXlIStream& operator >>(
unsigned short& usval
);
CXlIStream& operator >>(
int& ival
);
CXlIStream& operator >>(
long& lval
);
CXlIStream& operator >>(
bool& bval
);
CXlIStream& operator >>(
std::string& strval
);
CXlIStream& operator >>(
CString& cstrval
);
CXlIStream& operator >>(
CXlOper& xloval
);
CXlIStream& operator >>(
COper& opval
);
CXlIStream& operator >>(
CXlArray& xlaval
);
A reference to a numeric value which will be read from the input stream.
A reference to a numeric value which will be read from the input stream.
A reference to a numeric value which will be read from the input stream.
A reference to a numeric value which will be read from the input stream.
A reference to a numeric value which will be read from the input stream.
A reference to a boolean value which will be read from the input stream.
A reference to a string which will be read from the input stream.
A reference to a string which will be read from the input stream.
A reference to a CXlOper object which will be read from the input stream.
A reference to a COper object which will be read from the input stream.
A reference to a CXlArray object which will be read from the input stream.
Header: xlserialize.h