EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
objectCachingUtils.h
Go to the documentation of this file.
1 #ifndef objectCachingUtils_h__
2 #define objectCachingUtils_h__
3 
7 class CacheOK : public PyObjectEx_Type1
8 {
9 public:
10  CacheOK();
11 };
12 #endif // objectCachingUtils_h__
CacheOK()
Definition: PyRep.h:1135
Wrapper class for PyObjectEx of type 1.
Definition: PyRep.h:911