Belle II Software  release-08-01-10
InfoWidget::URI Struct Reference

a parsed URI. More...

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.
 

Detailed Description

a parsed URI.

allowed URI formats are

durability:entryName[/arrayIndex] raw:addressOfTObject (for objects not in DataStore) main: (the main page)

Definition at line 63 of file InfoWidget.h.


The documentation for this struct was generated from the following files: