13 #ifndef __DATATYPE_H__
14 #define __DATATYPE_H__
19 #define PT_NOT_GENERIC PT_SGOBJECT
24 #ifndef DOXYGEN_SHOULD_SKIP_THIS
81 explicit TSGDataType(EContainerType ctype, EStructType stype,
82 EPrimitiveType ptype);
89 explicit TSGDataType(EContainerType ctype, EStructType stype,
90 EPrimitiveType ptype,
index_t* length);
98 explicit TSGDataType(EContainerType ctype, EStructType stype,
99 EPrimitiveType ptype,
index_t* length_y,
109 return !(*
this == a);
116 void to_string(
char* dest,
size_t n)
const;
140 EPrimitiveType ptype,
size_t n);