EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ObjectCachedMethodID Class Reference

#include "ObjCacheService.h"

Collaboration diagram for ObjectCachedMethodID:

Public Member Functions

 ObjectCachedMethodID (const char *service, const char *method)
 
 ~ObjectCachedMethodID ()
 

Public Attributes

PyRepobjectID
 

Detailed Description

Definition at line 36 of file ObjCacheService.h.

Constructor & Destructor Documentation

ObjectCachedMethodID::ObjectCachedMethodID ( const char *  service,
const char *  method 
)

Definition at line 456 of file ObjCacheService.cpp.

References objectID.

457 {
458  MethodCallID c;
459  c.service = service;
460  c.method = method;
461  objectID = c.Encode();
462 }
ObjectCachedMethodID::~ObjectCachedMethodID ( )

Definition at line 464 of file ObjCacheService.cpp.

References objectID, and PyDecRef.

465 {
466  PyDecRef( objectID );
467 }
#define PyDecRef(op)
Definition: PyRep.h:57

Member Data Documentation


The documentation for this class was generated from the following files: