![]() |
Belle II Software release-09-00-03
|
Public Member Functions | |
| URI (const TString &uri) | |
| Construct URI by parsing given string. | |
Static Public Member Functions | |
| static TString | getURI (const TObject *obj) |
| get URI string to given object. | |
Public Attributes | |
| const TObject * | object = nullptr |
| object referenced (or NULL). | |
| TString | scheme = "" |
| scheme name (part before first colon). | |
| TString | entryName = "" |
| name of DataStore entry. | |
| int | arrayIndex = -1 |
| index in array, only valid if arrayName and object are filled. | |
a parsed URI.
allowed URI formats are
durability:[entryName[/arrayIndex]] (durability: event/persistent) raw:addressOfTObject (for objects not in DataStore) main: (the main page)
Definition at line 63 of file InfoWidget.h.
|
inline |
Definition at line 64 of file InfoWidget.h.
|
explicit |
Construct URI by parsing given string.
Definition at line 340 of file InfoWidget.cc.
|
static |
get URI string to given object.
Definition at line 272 of file InfoWidget.cc.
| int arrayIndex = -1 |
index in array, only valid if arrayName and object are filled.
Definition at line 74 of file InfoWidget.h.
| TString entryName = "" |
name of DataStore entry.
Definition at line 73 of file InfoWidget.h.
| const TObject* object = nullptr |
object referenced (or NULL).
Definition at line 71 of file InfoWidget.h.
| TString scheme = "" |
scheme name (part before first colon).
Definition at line 72 of file InfoWidget.h.