QSDK 1.1 Documentation
Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

ptut81.cpp File Reference

Go to the source code of this file.

Defines

#define CHECK_QVALID(obj, msg)
#define CHECK_URET(res, msg)

Functions

Utils::Result loadManicCube ()


Detailed Description

Definition in file ptut81.cpp.


Define Documentation

#define CHECK_QVALID obj,
msg   ) 
 

Value:

{ \
    if (!obj.valid()) { \
        EPF(logger, "Failed: %s", msg); \
        return 1; \
    } \
}

#define CHECK_URET res,
msg   ) 
 

Value:

{ \
    if (!Utils::succeeded(res)) { \
        EPF(logger, "Failed: %s", msg); \
        return 1; \
    } \
}


Function Documentation

Utils::Result loadManicCube  ) 
 

Return to QSDK documentation Contents page. Contact details for support, information and fault-reporting.
Qube Software Limited © 2000-2004