#include <key_agent.h>
Public Member Functions | |
CKeyObject (const CStringType &s) | |
CKeyObject (const CKeyObject &k) | |
CKeyObject (const CStringType &s, IObjectIA *i) | |
bool | operator< (const CKeyObject &k) const |
const CKeyObject | operator= (const CKeyObject &a) |
virtual | ~CKeyObject () |
Data Fields | |
CStringType | Name |
IObjectIA * | Obj |
|
Definition at line 60 of file key_agent.h. References NLAIC::IPointerGestion::incRef(), Obj, and s.
|
|
Definition at line 65 of file key_agent.h. References NLAIC::IPointerGestion::incRef(), and Obj.
|
|
Definition at line 70 of file key_agent.h. References s.
00070 : Name(s) 00071 { 00072 } |
|
Definition at line 74 of file key_agent.h. References Obj, and NLAIC::IPointerGestion::release().
00075 { 00076 Obj->release(); 00077 } |
|
Definition at line 87 of file key_agent.h. References Name.
00088 { 00089 return (Name < k.Name); 00090 } |
|
Definition at line 79 of file key_agent.h. References NLAIC::IPointerGestion::incRef(), Obj, and NLAIC::IPointerGestion::release().
|
|
Definition at line 57 of file key_agent.h. Referenced by operator<(). |
|
Definition at line 58 of file key_agent.h. Referenced by CKeyObject(), operator=(), and ~CKeyObject(). |