13 #ifndef LT_UTILSTATUSDATA_H
14 #define LT_UTILSTATUSDATA_H
23 #if defined(LT_COMPILER_MS)
24 #pragma warning(push,4)
122 static bool isActive();
127 static void pushContext(
LT_STATUS status,
const char *context);
129 static void pushInt32(
lt_int32 value);
130 static void pushString(
const char *value);
131 static void pushDouble(
double value);
132 static void pushFileSpec(
const LTFileSpec &value);
133 static void pushEnd();
138 static LT_STATUS popContext(
const char *&context);
139 static LT_STATUS popString(
char *&value);
150 #if defined(LT_COMPILER_MS)
154 #endif // LT_UTILSTATUSDATA_H
unsigned int lt_uint32
unsigned 32-bit integer
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
lt_uint32 LT_STATUS
An integral status code.
signed int lt_int32
signed 32-bit integer
Include file for all LizardTech sources.
Represents a file or directory path.
Interface to the error data stack.
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces