|
| | RootAddress (long svc, const CLID &clid, const std::string &p1="", const std::string &p2="", unsigned long ip1=0, unsigned long ip2=0) |
| | Full constructor. More...
|
| |
| virtual | ~RootAddress () |
| | Standard Destructor. More...
|
| |
| | GenericAddress ()=default |
| | Dummy constructor. More...
|
| |
| | GenericAddress (const GenericAddress ©) |
| | Standard Copy Constructor (note: m_refCount is NOT copied) More...
|
| |
| | GenericAddress (long svc, const CLID &clid, std::string p1="", std::string p2="", unsigned long ip1=0, unsigned long ip2=0) |
| | Standard Constructor. More...
|
| |
| GenericAddress & | operator= (const GenericAddress ©)=default |
| |
| unsigned long | addRef () override |
| | Add reference to object. More...
|
| |
| unsigned long | release () override |
| | release reference to object More...
|
| |
| IRegistry * | registry () const override |
| | Pointer to directory. More...
|
| |
| void | setRegistry (IRegistry *pRegistry) override |
| | Set pointer to directory. More...
|
| |
| const CLID & | clID () const override |
| | Access : Retrieve class ID of the link. More...
|
| |
| void | setClID (const CLID &clid) |
| | Access : Set class ID of the link. More...
|
| |
| long | svcType () const override |
| | Access : retrieve the storage type of the class id. More...
|
| |
| void | setSvcType (long typ) |
| | Access : set the storage type of the class id. More...
|
| |
| const std::string * | par () const override |
| | Retrieve string parameters. More...
|
| |
| const unsigned long * | ipar () const override |
| | Retrieve integer parameters. More...
|
| |
| virtual | ~IOpaqueAddress ()=default |
| | destructor More...
|
| |
Description:
Definition of a transient link which is capable of locating an object in the persistent storage.
- Author
- M.Frank
- Version
- 1.0
Definition at line 46 of file RootAddress.h.