13 #ifndef LT_UTILSTATUSDATA_H
14 #define LT_UTILSTATUSDATA_H
112 static bool isActive();
117 static void pushContext(
LT_STATUS status,
const char *context);
119 static void pushInt32(
lt_int32 value);
120 static void pushString(
const char *value);
121 static void pushDouble(
double value);
122 static void pushFileSpec(
const LTFileSpec &value);
123 static void pushEnd();
128 static LT_STATUS popContext(
const char *&context);
129 static LT_STATUS popString(
char *&value);
142 #endif // LT_UTILSTATUSDATA_H
Interface to the error data stack.
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces
Include file for all LizardTech sources.
signed int lt_int32
signed 32-bit integer
lt_uint32 LT_STATUS
An integral status code.
Represents a file or directory path.
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
unsigned int lt_uint32
unsigned 32-bit integer