|
EvEmu
0.8.4
11 September 2021
|
#include "CachedObjectMgr.h"


Public Member Functions | |
| bool | VisitInteger (const PyInt *rep) |
| primitive data visitors More... | |
| bool | VisitLong (const PyLong *rep) |
| bool | VisitReal (const PyFloat *rep) |
| bool | VisitBoolean (const PyBool *rep) |
| bool | VisitNone (const PyNone *rep) |
| bool | VisitBuffer (const PyBuffer *rep) |
| bool | VisitString (const PyString *rep) |
| bool | VisitWString (const PyWString *rep) |
| bool | VisitToken (const PyToken *rep) |
| bool | VisitDict (const PyDict *rep) |
| bool | VisitObject (const PyObject *rep) |
| Object type visitor. More... | |
| bool | VisitObjectEx (const PyObjectEx *rep) |
| bool | VisitPackedRow (const PyPackedRow *rep) |
| PackedRow type visitor. More... | |
| bool | VisitSubStruct (const PySubStruct *rep) |
| wrapper types Visitor More... | |
| bool | VisitSubStream (const PySubStream *rep) |
| bool | VisitChecksumedStream (const PyChecksumedStream *rep) |
Public Member Functions inherited from PyVisitor | |
| virtual | ~PyVisitor () |
| virtual bool | VisitTuple (const PyTuple *rep) |
| the nested types Visitor More... | |
| virtual bool | VisitList (const PyList *rep) |
Public Attributes | |
| std::string | result |
Definition at line 205 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 224 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 226 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 247 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 238 of file CachedObjectMgr.h.
|
inlinevirtual |
primitive data visitors
Reimplemented from PyVisitor.
Definition at line 211 of file CachedObjectMgr.h.
References PyInt::value().

|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 222 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 225 of file CachedObjectMgr.h.
|
inlinevirtual |
Object type visitor.
Reimplemented from PyVisitor.
Definition at line 240 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 241 of file CachedObjectMgr.h.
|
inlinevirtual |
PackedRow type visitor.
Reimplemented from PyVisitor.
Definition at line 243 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 223 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 227 of file CachedObjectMgr.h.
References PyString::content().

|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 246 of file CachedObjectMgr.h.
|
inlinevirtual |
wrapper types Visitor
Reimplemented from PyVisitor.
Definition at line 245 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 236 of file CachedObjectMgr.h.
|
inlinevirtual |
Reimplemented from PyVisitor.
Definition at line 235 of file CachedObjectMgr.h.
| std::string StringCollapseVisitor::result |
Definition at line 209 of file CachedObjectMgr.h.
Referenced by CachedObjectMgr::OIDToString().