Xpace
XPACE_EXPORT Struct Reference

A low-level data holder. More...

#include <types_c.h>

Public Attributes

const bytedata
 first byte More...
 
size_t length
 number of bytes More...
 
int64 mantissa
 mantissa More...
 
int decimals
 decimals More...
 
int year
 
uint month
 
uint day
 
uint hour
 
uint minute
 
uint second
 
uint millisecond
 

Detailed Description

A low-level data holder.

A date and a time.

A float with a explicit mantissa and exponent.

Definition at line 82 of file types_c.h.

Member Data Documentation

const byte* XPACE_EXPORT::data

first byte

Definition at line 84 of file types_c.h.

size_t XPACE_EXPORT::length

number of bytes

Definition at line 85 of file types_c.h.

int64 XPACE_EXPORT::mantissa

mantissa

Definition at line 92 of file types_c.h.

int XPACE_EXPORT::decimals

decimals

Definition at line 93 of file types_c.h.

int XPACE_EXPORT::year

Definition at line 100 of file types_c.h.

uint XPACE_EXPORT::month

Definition at line 101 of file types_c.h.

uint XPACE_EXPORT::day

Definition at line 102 of file types_c.h.

uint XPACE_EXPORT::hour

Definition at line 103 of file types_c.h.

uint XPACE_EXPORT::minute

Definition at line 104 of file types_c.h.

uint XPACE_EXPORT::second

Definition at line 105 of file types_c.h.

uint XPACE_EXPORT::millisecond

Definition at line 106 of file types_c.h.


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

current as of Wed Jun 10 2026 12:00:06