![]() |
ATLAS Offline Software
|
This class servers as a persistent pointer to maintain reference between the principal top-level object and its extentions. More...
#include <TPCnvTokenList_p1.h>
Public Member Functions | |
| TPCnvToken_p1 (unsigned short cnvID=0, const std::string &token="") | |
| Constructor. | |
| unsigned short | converterID () const |
| Returns the topl level TP converter ID. | |
| const std::string & | token () const |
| Returns token. | |
Protected Attributes | |
| unsigned short | m_converterID |
| ID of the top-level TP converter. | |
| std::string | m_token |
| token to the extending object | |
This class servers as a persistent pointer to maintain reference between the principal top-level object and its extentions.
Definition at line 24 of file TPCnvTokenList_p1.h.
|
inlineexplicit |
Constructor.
| [in] | cnvID | ID of the TP converter for the object |
| [in] | token | token referencing the extending object |
Definition at line 31 of file TPCnvTokenList_p1.h.
|
inline |
|
inline |
|
protected |
ID of the top-level TP converter.
Definition at line 41 of file TPCnvTokenList_p1.h.
|
protected |
token to the extending object
Definition at line 42 of file TPCnvTokenList_p1.h.