kodi
Public Attributes | List of all members
_bigint Struct Reference

A big integer basic object. More...

#include <bigint_impl.h>

Collaboration diagram for _bigint:
Collaboration graph
[legend]

Public Attributes

struct _bigintnext
 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.
 

Detailed Description

A big integer basic object.

Member Data Documentation

◆ next

struct _bigint* _bigint::next

The next bigint in the cache.

◆ refs

int _bigint::refs

An internal reference count.

◆ size

short _bigint::size

The number of components in this bigint.


The documentation for this struct was generated from the following file: