Wide Studio Object Reference

Wide Studio Home
Up to


Class Name

WSDvariant

Methods

  • getChar();   :WSDvariant
  • getUnsignedChar();   :WSDvariant
  • getShort();   :WSDvariant
  • getUnsignedShort();   :WSDvariant
  • getLong();   :WSDvariant
  • getUnsignedLong();   :WSDvariant
  • getInt();   :WSDvariant
  • getUnsignedInt();   :WSDvariant
  • getVoidPtr();   :WSDvariant
  • getCharPtr();   :WSDvariant
  • getFloat();   :WSDvariant
  • getDouble();   :WSDvariant
  • setValue(...);   :WSDvariant
  • WSCvariant(...);   :WSDvariant
  • operator = ;   :WSDvariant


Specification of methods



getChar method

Form
char getChar()
Function
Returns the value of type: char.
Description
Parameters
Nothing.
Return value
Returns the value of type: char. char 型に変換された値
Notice



getUnsignedChar method

Form
WSCuchar getUnsignedChar()
Function
Returns the value of type: unsigned char.
Description
Parameters
Nothing.
Return value
Returns the value of type: unsigned char.
Notice



getShort method

Form
short getShort()
Function
Returns the value of type: short.
Description
Parameters
Nothing.
Return value
Returns the value of type: short.
Notice



getUnsignedShort method

Form
WSCushort getUnsignedShort()
Function
Returns the value of type: unsigned short.
Description
Parameters
Nothing.
Return value
Returns the value of type: unsigned short.
Notice



getLong method

Form
long getLong()
Function
Returns the value of type: long.
Description
Parameters
Nothing.
Return value
Returns the value of type: long.
Notice



getUnsignedLong method

Form
WSCulong getUnsignedLong()
Function
Returns the value of type: unsigned long.
Description
Parameters
Nothing.
Return value
Returns the value of type: unsigned long.
Notice



getInt method

Form
int getInt()
Function
Returns the value of type: int.
Description
Parameters
Nothing.
Return value
Returns the value of type: int.
Notice



getUnsignedInt method

Form
WSCuint getUnsignedInt()
Function
Returns the value of type: unsigned int.
Description
Parameters
Nothing.
Return value
Returns the value of type: unsigned int.
Notice



getVoidPtr method

Form
void* getVoidPtr()
Function
Returns the value of type: void pointer.
Description
Parameters
Nothing.
Return value
Returns the value of type: void*.
Notice



getCharPtr method

Form
char* getCharPtr()
Function
Returns the value of type: char pointer.
Description
Parameters
Nothing.
Return value
Returns the value of type: char*.
Notice
Do not delete the return value.



getFloat method

Form
float getFloat()
Function
Return the value of type: float.
Description
Parameters
Nothing.
Return value
Return the value of type: float.
Notice



getDouble method

Form
double getDouble()
Function
Return the value of type: double.
Description
Parameters
Nothing.
Return value
Return the value of type: double.
Notice



setValue method

Form
void setValue(TYPE val)
Function
Sets the value.
You can pass a value of TYPE: char,WSCuchar,short,WSCushort,long,WSCulong, int,WSCuint,char*,void*,float,double.
Description
Parameters
(in)TYPE val A value

Return value
Nothing.
Notice



WSCvariant method

Form
WSCvariant(TYPE val)
Function
This is the constructor with an initial value.
You can pass a value of TYPE:char,WSCuchar,short,WSCushort,long,WSCulong, int,WSCuint,char*,void*,float,double.
Description
Parameters
(in)TYPE val A value

Return value
Nothing.
Notice



operator = method

Form
WSCvariant
operator = (TYPE)
Function
Substitutes the specified value of TYPE to the instance.
You can specify TYPE: char,WSCuchar,short,WSCushort,long, WSCulong,int,WSCuint,char*,void*,float,double.
Description
Parameters
Return value
Nothing.
Notice


Document Release 1.0

For Use with Wide Studio Release 1.0, Summer 2000


Wide Stuido Home | Up to

Copyright(C) T. Hirabayashi, 2000 Last modified: July 01, 2000