| Tizen Native API
    5.0
    | 
_Ecore_Getopt_Value Union Reference
  | Public Attributes | |
| char ** | strp | 
| unsigned char * | boolp | 
| short * | shortp | 
| int * | intp | 
| long * | longp | 
| unsigned short * | ushortp | 
| unsigned int * | uintp | 
| unsigned long * | ulongp | 
| double * | doublep | 
| Eina_List ** | listp | 
| void ** | ptrp | 
Detailed Description
Union listing the types of parameters that can take Getopt values.
- Examples:
- ecore_thread_example.c.
Member Data Documentation
| unsigned char* _Ecore_Getopt_Value::boolp | 
Boolean pointer
| double* _Ecore_Getopt_Value::doublep | 
Double pointer
Int pointer
List pointer
Long pointer
| void** _Ecore_Getopt_Value::ptrp | 
Void pointer
| short* _Ecore_Getopt_Value::shortp | 
Short pointer
| char** _Ecore_Getopt_Value::strp | 
String pointer
| unsigned int* _Ecore_Getopt_Value::uintp | 
Unsigned int pointer
| unsigned long* _Ecore_Getopt_Value::ulongp | 
Unsigned long pointer
| unsigned short* _Ecore_Getopt_Value::ushortp | 
Unsigned short pointer