PTObjType
enum PTObjType { e_ptnull,
e_ptbool,
e_ptnumber,
e_ptname,
e_ptstring,
e_ptdict,
e_ptarray,
e_ptstream}
Undocumented
-
Undocumented
Declaration
Objective-C
e_ptnull -
Undocumented
Declaration
Objective-C
e_ptbool -
Undocumented
Declaration
Objective-C
e_ptnumber -
Undocumented
Declaration
Objective-C
e_ptname -
Undocumented
Declaration
Objective-C
e_ptstring -
Undocumented
Declaration
Objective-C
e_ptdict -
Undocumented
Declaration
Objective-C
e_ptarray -
Undocumented
Declaration
Objective-C
e_ptstream
PTObjType Enumeration Reference