de-references the data set in a DTYPE object More...
#include <tinetype.h>
Data Fields | |
| UINT8 * | bptr |
| char * | cptr |
| double * | dptr |
| float * | fptr |
| SINT32 * | lptr |
| SINT16 * | sptr |
| char ** | strptr |
| UINT32 * | ulptr |
| UINT16 * | usptr |
| void * | vptr |
de-references the data set in a DTYPE object
| UINT8* DUNION::bptr |
BYTE pointer to data
Referenced by AssertRangeValid(), ExecLocalLink(), GetValuesAsAny(), GetValuesAsByte(), GetValuesAsDouble(), GetValuesAsFloat(), GetValuesAsLong(), GetValuesAsShort(), GetValuesAsString(), GetValuesAsStringEx(), PutValuesFromAny(), PutValuesFromByteEx(), PutValuesFromDoubleEx(), PutValuesFromFloatEx(), PutValuesFromLongEx(), PutValuesFromShortEx(), PutValuesFromString(), PutValuesFromUnsignedLongEx(), and PutValuesFromUnsignedShortEx().
| char* DUNION::cptr |
char pointer to data
Referenced by GetDeviceProperties(), GetMyServerAddress(), GetSystemProperties(), GetSystemPropertyInformation(), GetValuesAsNAME64DBL(), GetValuesAsString(), GetValuesAsStringEx(), PutValuesFromByteEx(), PutValuesFromDoubleEx(), PutValuesFromFloatEx(), PutValuesFromLongEx(), PutValuesFromShortEx(), PutValuesFromString(), PutValuesFromUnsignedLongEx(), and PutValuesFromUnsignedShortEx().
| double* DUNION::dptr |
double pointer to data
Referenced by AssertRangeValid(), GetValuesAsByte(), GetValuesAsDouble(), GetValuesAsFloat(), GetValuesAsLong(), GetValuesAsShort(), GetValuesAsString(), PutValuesFromByteEx(), PutValuesFromDoubleEx(), PutValuesFromFloatEx(), PutValuesFromLongEx(), PutValuesFromShortEx(), PutValuesFromUnsignedLongEx(), and PutValuesFromUnsignedShortEx().
| float* DUNION::fptr |
float pointer to data
Referenced by AssertRangeValid(), GetValuesAsByte(), GetValuesAsDouble(), GetValuesAsFloat(), GetValuesAsLong(), GetValuesAsShort(), GetValuesAsString(), PutValuesFromByteEx(), PutValuesFromDoubleEx(), PutValuesFromFloatEx(), PutValuesFromLongEx(), PutValuesFromShortEx(), PutValuesFromUnsignedLongEx(), and PutValuesFromUnsignedShortEx().
| SINT32* DUNION::lptr |
long (int32) pointer to data
Referenced by AssertRangeValid(), GetValuesAsByte(), GetValuesAsDouble(), GetValuesAsFloat(), GetValuesAsLong(), GetValuesAsShort(), GetValuesAsString(), PutValuesFromByteEx(), PutValuesFromDoubleEx(), PutValuesFromFloatEx(), PutValuesFromLongEx(), PutValuesFromShortEx(), PutValuesFromUnsignedLongEx(), and PutValuesFromUnsignedShortEx().
| SINT16* DUNION::sptr |
short (int16) pointer to data
Referenced by AssertRangeValid(), GetValuesAsByte(), GetValuesAsDouble(), GetValuesAsFloat(), GetValuesAsLong(), GetValuesAsShort(), GetValuesAsString(), PutValuesFromByteEx(), PutValuesFromDoubleEx(), PutValuesFromFloatEx(), PutValuesFromLongEx(), PutValuesFromShortEx(), PutValuesFromUnsignedLongEx(), and PutValuesFromUnsignedShortEx().
| char** DUNION::strptr |
pointer to string array
| UINT32* DUNION::ulptr |
unsigned long pointer to data
Referenced by GetArchivedData(), GetArchivedDataAsAny(), GetArchivedDataAsFloat(), GetArchivedDataAsSnapshot(), GetArchivedDataAsText(), GetArchivedTraceDataAsFloat(), and PutValuesFromUnsignedLongEx().
| UINT16* DUNION::usptr |
unsigned short pointer to data
Referenced by PutValuesFromShortEx(), and PutValuesFromUnsignedShortEx().
| void* DUNION::vptr |
void pointer to data
Referenced by clslog(), ExecLinkEx(), FindServerOnNetwork(), GetAccessLockInformation(), GetArchivedData(), GetArchivedDataAsAny(), GetArchivedDataAsFloat(), GetArchivedDataAsSnapshot(), GetArchivedDataAsText(), GetArchivedTraceDataAsFloat(), GetDataFromLinkId(), GetDeviceNamesEx(), GetDevicePropertyEGU(), GetDevicePropertyInformation(), GetSystemDevices(), GetSystemPropertyInformation(), GetTargetPropertyInformation(), GetValuesAsByte(), GetValuesAsDBLDBL(), GetValuesAsDouble(), GetValuesAsFloat(), GetValuesAsLong(), GetValuesAsNAME64DBL(), GetValuesAsNAME64DBLDBL(), GetValuesAsShort(), GetValuesAsString(), PutValuesFromByteEx(), PutValuesFromDoubleEx(), PutValuesFromFloatEx(), PutValuesFromLongEx(), PutValuesFromShortEx(), PutValuesFromUnsignedLongEx(), PutValuesFromUnsignedShortEx(), and sendNetGlobal().
1.5.8