Definition at line 28 of file JSONInterface.h.
Classes | |
class | Impl |
Public Member Functions | |
child_iterator_t (const child_iterator_t &other) | |
child_iterator_t (std::unique_ptr< Impl > impl) | |
Nd & | operator* () const |
child_iterator_t & | operator++ () |
child_iterator_t & | operator-- () |
Nd & | operator-> () const |
Private Attributes | |
std::unique_ptr< Impl > | it |
Friends | |
bool | operator!= (child_iterator_t const &lhs, child_iterator_t const &rhs) |
bool | operator== (child_iterator_t const &lhs, child_iterator_t const &rhs) |
#include <RooFit/Detail/JSONInterface.h>
|
inline |
Definition at line 44 of file JSONInterface.h.
|
inline |
Definition at line 45 of file JSONInterface.h.
|
inline |
Definition at line 57 of file JSONInterface.h.
|
inline |
Definition at line 47 of file JSONInterface.h.
|
inline |
Definition at line 52 of file JSONInterface.h.
|
inline |
Definition at line 58 of file JSONInterface.h.
|
friend |
Definition at line 60 of file JSONInterface.h.
|
friend |
Definition at line 64 of file JSONInterface.h.
|
private |
Definition at line 41 of file JSONInterface.h.