HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_SharedLoadDataStat.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: GA_SharedLoadDataStat.h
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef GA_SHAREDLOADDATASTAT_H_
12 #define GA_SHAREDLOADDATASTAT_H_
13 
14 #include "GA_API.h"
15 #include <UT/UT_SharedPtr.h>
16 
17 /// Class to hold stat of shared data when delayed loading
18 ///
19 /// Users can ask a GA_SharedDataHandle for a stat of their shared data
20 /// to load a subset of usefull information about it without taking up
21 /// too much time.
23 {
24 public:
27 private:
28 };
29 
30 #endif // GA_SHAREDLOADDATASTAT_H_
#define GA_API
Definition: GA_API.h:14