EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
objectCachingUtils.cpp
Go to the documentation of this file.
1 #include "eve-common.h"
2 #include "utils/EVEUtils.h"
4 
13 CacheOK::CacheOK() : PyObjectEx_Type1( new PyToken( "objectCaching.CacheOK" ), new_tuple( "CacheOK" ), NULL ) {}
CacheOK()
Definition: PyRep.h:1135
PyTuple * new_tuple(int64 arg1)
Definition: PyRep.cpp:1160
Python token (eg. class name).
Definition: PyRep.h:522
Wrapper class for PyObjectEx of type 1.
Definition: PyRep.h:911