121 |
|
|
122 |
/** |
/** |
123 |
\brief |
\brief |
124 |
Return true if data is expanded. |
Return true if data can be treated as expanded. |
125 |
|
|
126 |
Argument data may be NULL, in which case false is returnd. |
Argument data may be NULL, in which case false is returnd. |
127 |
\param data Input - C wrapper for Data. |
\param data Input - C wrapper for Data. |
128 |
|
\return true if data is expanded or the data is lazy but would resolve to expanded. False otherwise. |
129 |
*/ |
*/ |
130 |
ESCRIPT_DLL_API int isExpanded(escriptDataC* data); |
ESCRIPT_DLL_API int isExpanded(escriptDataC* data); |
131 |
/** |
/** |