DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Class supporting the basic functionality of an JSON document. More...
#include <Elements.h>
Public Types | |
typedef JsonElement * | DOC |
Public Member Functions | |
Document (DOC d=0) | |
Constructor. More... | |
operator DOC () const | |
Auto-conversion to DOM document. More... | |
DOC | operator-> () const |
Accessot to DOM document behaviour using arrow operator. More... | |
DOC | ptr () const |
Accessot to DOM document behaviour. More... | |
Handle_t | root () const |
Access the ROOT eleemnt of the DOM document. More... | |
Public Attributes | |
DOC | m_doc |
Class supporting the basic functionality of an JSON document.
User class encapsulating a DOM document. Nothing special - normal handle around pointer.
Definition at line 296 of file Elements.h.
typedef JsonElement* dd4hep::json::Document::DOC |
Definition at line 298 of file Elements.h.
|
inline |
Constructor.
Definition at line 302 of file Elements.h.
|
inline |
Auto-conversion to DOM document.
Definition at line 305 of file Elements.h.
|
inline |
Accessot to DOM document behaviour using arrow operator.
Definition at line 309 of file Elements.h.
|
inline |
Accessot to DOM document behaviour.
Definition at line 313 of file Elements.h.
Handle_t Document::root | ( | ) | const |
Access the ROOT eleemnt of the DOM document.
Definition at line 356 of file Elements.cpp.
DOC dd4hep::json::Document::m_doc |
Definition at line 299 of file Elements.h.