OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::BackgroundProcessResult Struct Reference

Encapsulates the result of a background queue request. More...

#include <OgreResourceBackgroundQueue.h>

Public Member Functions

 BackgroundProcessResult ()
 

Public Attributes

bool error
 Whether an error occurred. More...
 
String message
 Any messages from the process. More...
 

Detailed Description

Encapsulates the result of a background queue request.

Definition at line 50 of file OgreResourceBackgroundQueue.h.

Constructor & Destructor Documentation

Ogre::BackgroundProcessResult::BackgroundProcessResult ( )
inline

Definition at line 57 of file OgreResourceBackgroundQueue.h.

Member Data Documentation

bool Ogre::BackgroundProcessResult::error

Whether an error occurred.

Definition at line 53 of file OgreResourceBackgroundQueue.h.

String Ogre::BackgroundProcessResult::message

Any messages from the process.

Definition at line 55 of file OgreResourceBackgroundQueue.h.


The documentation for this struct was generated from the following file: