TT CORE SDK 2.0.2.1
TT CORE SDK documentation
ttsdk::ExportValues::ExportValue Struct Reference

#include <export_value.h>

Public Member Functions

 ExportValue ()
 ExportValue (const ExportValue &other)
 ~ExportValue ()
ExportValueoperator= (const ExportValue &other)

Public Attributes

std::string id
double v_double = NAN
int32_t v_int = -2147483648LL
uint64_t v_timestamp = 0
bool v_bool = false
char * v_string = nullptr

Detailed Description

Definition at line 30 of file export_value.h.

Constructor & Destructor Documentation

◆ ExportValue() [1/2]

ttsdk::ExportValues::ExportValue::ExportValue ( )
inline

Definition at line 51 of file export_value.h.

Here is the caller graph for this function:

◆ ExportValue() [2/2]

ttsdk::ExportValues::ExportValue::ExportValue ( const ExportValue & other)
inline

Definition at line 55 of file export_value.h.

Here is the call graph for this function:

◆ ~ExportValue()

ttsdk::ExportValues::ExportValue::~ExportValue ( )
inline

Definition at line 77 of file export_value.h.

Member Function Documentation

◆ operator=()

ExportValues::ExportValue & ttsdk::ExportValues::ExportValue::operator= ( const ExportValue & other)
inline

Definition at line 60 of file export_value.h.

Here is the call graph for this function:

Member Data Documentation

◆ id

std::string ttsdk::ExportValues::ExportValue::id

Definition at line 39 of file export_value.h.

◆ v_bool

bool ttsdk::ExportValues::ExportValue::v_bool = false

Definition at line 43 of file export_value.h.

◆ v_double

double ttsdk::ExportValues::ExportValue::v_double = NAN

Definition at line 40 of file export_value.h.

◆ v_int

int32_t ttsdk::ExportValues::ExportValue::v_int = -2147483648LL

Definition at line 41 of file export_value.h.

◆ v_string

char* ttsdk::ExportValues::ExportValue::v_string = nullptr

Definition at line 44 of file export_value.h.

◆ v_timestamp

uint64_t ttsdk::ExportValues::ExportValue::v_timestamp = 0

Definition at line 42 of file export_value.h.


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