#include <multicnt.h>
Definition at line 17 of file multicnt.h.
◆ multiCnt() [1/5]
◆ multiCnt() [2/5]
multiCnt::multiCnt |
( |
int |
n | ) |
|
◆ multiCnt() [3/5]
multiCnt::multiCnt |
( |
int |
n, |
|
|
int |
c |
|
) |
| |
◆ multiCnt() [4/5]
multiCnt::multiCnt |
( |
int |
n, |
|
|
int * |
c |
|
) |
| |
◆ multiCnt() [5/5]
◆ copy_deep()
◆ copy_delete()
void multiCnt::copy_delete |
( |
void |
| ) |
|
◆ copy_new()
void multiCnt::copy_new |
( |
int |
n | ) |
|
Definition at line 32 of file multicnt.cc.
42 #ifdef MULTICNT_IOSTREAM 43 cerr <<
"multiCnt::copy_new(" << n <<
")" << endl;
44 cerr <<
" returned ZERO!!!" << endl;
45 cerr <<
" exit..." << endl;
47 fprintf( stderr,
"multiCnt::copy_new( %d )\n",n );
48 fprintf( stderr,
" returned ZERO!!!\n" );
49 fprintf( stderr,
" exit...\n" );
64 #ifdef MULTICNT_IOSTREAM 65 cerr <<
"multiCnt::copy_new(" << n <<
")" << endl;
66 cerr <<
" exit..." << endl;
68 fprintf( stderr,
"multiCnt::copy_new( %d )\n",n );
69 fprintf( stderr,
" exit...\n" );
◆ copy_shallow()
void multiCnt::copy_shallow |
( |
multiCnt & |
C | ) |
|
|
inline |
◆ copy_zero()
void multiCnt::copy_zero |
( |
void |
| ) |
|
|
inline |
◆ inc() [1/2]
void multiCnt::inc |
( |
void |
| ) |
|
◆ inc() [2/2]
int multiCnt::inc |
( |
int |
carry | ) |
|
◆ inc_carry()
void multiCnt::inc_carry |
( |
void |
| ) |
|
◆ set()
void multiCnt::set |
( |
int |
c | ) |
|
◆ cnt
◆ last_inc
The documentation for this class was generated from the following files: