offbrand
A collection of generic, reference counted datastructures in C for C
 All Classes Files Functions Variables Typedefs Macros Groups
Public Attributes | List of all members
obint_struct Struct Reference

obint internal structure, encapsulating all data needed for an instance of obint More...

#include <obint_private.h>

Public Attributes

obj base
 
int8_t sign
 
int8_t * digits
 
uint64_t num_digits
 

Detailed Description

obint internal structure, encapsulating all data needed for an instance of obint

Member Data Documentation

obj obint_struct::base

obj containing reference count and class membership data

int8_t* obint_struct::digits

Digit array, in little endian order

uint64_t obint_struct::num_digits

Number of digits in the digit array

int8_t obint_struct::sign

Sign of integer value, positive or negative


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