Cryptography Reference
In-Depth Information
char*
lint2str (USHORT base,
const int showbase = 0) const;
representation of a LINT integer
as character string to base base ,
prefix 0x ,or 0b if showbase > 0
inline char*
octstr (void) const;
representation of a LINT integer
as an octal number
const LINT&
operator = (const LINT& b);
assignment a b
void
purge (void);
clear implicit argument a by over-
writing
static long
restoref (long int flags);
reset LINT status variable refer-
ring to ostream cout to the value
in flags
static long
restoref (ostream& s,
long int flags);
set the LINT status variable refer-
ring to ostream s to the value in
flags
static long
setf (long int flags);
set status bits in flags in LINT sta-
tus variable referring to ostream
cout
static long
setf (ostream& s, long int flags);
set status bits of value flags in
LINT status variable referring to
ostream s
static long
unsetf (long int flags);
unset status bits of flags in
LINT status variable referring to
ostream cout
static long
unsetf (ostream& s, long int flags);
unset status bits in flags in
LINT status variable referring to
ostream s
Search WWH ::




Custom Search