TNG API
A flexible binary trajectory format
data_values Union Reference

#include <tng_io.h>

Data Fields

double d
 
float f
 
int64_t i
 
char * c
 

Detailed Description

Data can be either double, float, int or a string

Field Documentation

◆ c

char* data_values::c

◆ d

double data_values::d

◆ f

float data_values::f

◆ i

int64_t data_values::i

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