Cryptography Reference
In-Depth Information
APPENDIX B
Directory of
C++ Functions
B.1 Input/Output, Conversion, Comparison: Member
Functions
LINT (void);
Constructor 1:
an
uninitialized LINT object
is
generated
LINT (const char* str,
int base);
Constructor 2:
LINT is constructed from a string
of digits to base base
LINT (const UCHAR* byte,
int len);
Constructor 3:
LINT is constructed from a byte
vector with digits to base 2 8
according to IEEE P1363, signif-
icance of bits grows from left to
right
LINT (const char* str);
Constructor 4:
LINT is constructed from an ASCII
string with C-Syntax
LINT (const LINT&);
Constructor 5:
LINT is
from LINT
constructed
(copy constructor)
LINT (signed int);
Constructor 6:
LINT is constructed from an inte-
ger of type int
LINT (signed long);
Constructor 7:
LINT is constructed from an inte-
ger of type long
 
Search WWH ::




Custom Search