Amazon Kinesis Webrtc C SDK
NullableStructures

Nullable data type Related structures. More...

Classes

struct  NullableBool
 
struct  NullableUint8
 Custom data type to allow setting UINT8 data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableInt8
 Custom data type to allow setting INT8 data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableUint16
 Custom data type to allow setting UINT16 data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableInt16
 Custom data type to allow setting INT16 data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableUint32
 Custom data type to allow setting UINT32 data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableInt32
 Custom data type to allow setting INT32 data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableUint64
 Custom data type to allow setting UINT64 data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableInt64
 Custom data type to allow setting INT64 data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableFloat
 Custom data type to allow setting FLOAT data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableDouble
 Custom data type to allow setting DOUBLE data type to NULL since C does not support setting basic data types to NULL. More...
 
struct  NullableLongDouble
 Custom data type to allow setting LONG DOUBLE data type to NULL since C does not support setting basic data types to NULL. More...
 

Detailed Description

Nullable data type Related structures.

Custom data type to allow setting BOOL data type to NULL since C does not support setting basic data types to NULL