Amazon Kinesis Webrtc C SDK
NullableLongDouble Struct Reference

Custom data type to allow setting LONG DOUBLE data type to NULL since C does not support setting basic data types to NULL. More...

#include <NullableDefs.h>

Collaboration diagram for NullableLongDouble:
Collaboration graph

Public Attributes

BOOL isNull
 If this value is set, the value field will be ignored. More...
 
LDOUBLE value
 This value is used only if isNull is not set. Can be set to a long double value. More...
 

Detailed Description

Custom data type to allow setting LONG DOUBLE data type to NULL since C does not support setting basic data types to NULL.

Member Data Documentation

◆ isNull

BOOL NullableLongDouble::isNull

If this value is set, the value field will be ignored.

◆ value

LDOUBLE NullableLongDouble::value

This value is used only if isNull is not set. Can be set to a long double value.


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