#include <ProxyMgr.h>
Public Member Functions | |
| ProxyElem () | |
| ProxyElem (PatchID pid) | |
| ProxyElem (PatchID pid, ProxyPatch *p) | |
| int | hash () const |
| int | operator== (const ProxyElem &pe) const |
Public Attributes | |
| PatchID | patchID |
| ProxyPatch * | proxyPatch |
|
|
Definition at line 178 of file ProxyMgr.h. 00178 : proxyPatch(0) { };
|
|
|
Definition at line 179 of file ProxyMgr.h. 00179 : patchID(pid), proxyPatch(0) { };
|
|
||||||||||||
|
Definition at line 180 of file ProxyMgr.h. 00180 : patchID(pid), proxyPatch(p) { };
|
|
|
Definition at line 182 of file ProxyMgr.h. 00182 { return patchID; }
|
|
|
Definition at line 183 of file ProxyMgr.h. References patchID.
|
|
|
Definition at line 185 of file ProxyMgr.h. Referenced by operator==(). |
|
|
Definition at line 186 of file ProxyMgr.h. Referenced by ProxyMgr::removeProxy(). |
1.3.9.1