|
kodi
|
A big integer basic object. More...
#include <bigint_impl.h>

Public Attributes | |
| struct _bigint * | next |
| The next bigint in the cache. More... | |
| short | size |
| The number of components in this bigint. More... | |
| short | max_comps |
| The heapsize allocated for this bigint. | |
| int | refs |
| An internal reference count. More... | |
| comp * | comps |
| A ptr to the actual component data. | |
A big integer basic object.
| struct _bigint* _bigint::next |
The next bigint in the cache.
| int _bigint::refs |
An internal reference count.
| short _bigint::size |
The number of components in this bigint.
1.8.13