TVariable

Standard constructor, initialise the TVariable class.

TVariable(
   void
);
TVariable(
   bool initBoolean
);
TVariable(
   __int64 initInteger
);
TVariable(
   double initDecimal
);
TVariable(
   void* initPointer
);
TVariable(
   const char *initAString
);
TVariable(
   const BYTE *initAString
);
TVariable(
   const char16_t *initWString
);
TVariable(
   const TVariable &initTVariable
);
TVariable(
   const void *initBString,
   unsigned int bString_l
);

Parameters

initBoolean8 bit boolean value.
initIntegerSigned 64 bit Integer.
initDecimal64 bit double floating point value.
initAStringAny 8 bit (UTF-8) null terminating string.
initWStringAny 16 bit (UTF-16) null terminating string.
initTVariablethe value of the TVariable will be copied into the new TVariable.
initBStringvoid pointer to a binary string.
bString_lthe length in bytes of the binary string.

Return Values

Remarks

Example Use
  • C++
  • TScript
#include "TScript.h"

int wmain(int argc, wchar_t* argv[])
{
   TVariable integer(1);
   return NO_ERROR;
}

Also See

~TVariable
Listen All
Comments (0)
Characters left: 2500
 
Ekky Software Homepage T-Accounts Online ObjectDatabase++ TScript Ekky Software Homepage T-Accounts Onlinee ObjectDatabase++ TScript