![]() |
AliPhysics
a88b1f0 (a88b1f0)
|
#include <AliJSONData.h>
Public Member Functions | |
AliJSONData (const char *name, AliJSONValue *value) | |
AliJSONData (const char *key, const char *value) | |
virtual | ~AliJSONData () |
void | SetValue (AliJSONValue *val) |
AliJSONValue * | GetValue () const |
std::string | ToString () const |
Protected Member Functions | |
AliJSONData (const AliJSONData &ref) | |
AliJSONData & | operator= (const AliJSONData &ref) |
ClassDef (AliJSONData, 1) | |
Protected Attributes | |
AliJSONValue * | fValue |
Definition at line 128 of file AliJSONData.h.
|
inline |
Definition at line 130 of file AliJSONData.h.
AliJSONData::AliJSONData | ( | const char * | key, |
const char * | value | ||
) |
|
inlinevirtual |
Definition at line 136 of file AliJSONData.h.
|
protected |
|
protected |
|
inline |
Definition at line 145 of file AliJSONData.h.
Referenced by AliEMCALConfiguration::GetValue(), and AliEMCALConfiguration::Print().
|
protected |
|
inline |
Definition at line 140 of file AliJSONData.h.
Referenced by AliEMCALConfiguration::AddParam().
std::string AliJSONData::ToString | ( | ) | const |
Referenced by AliEMCALConfiguration::CreateJSONString(), and operator<<().
|
protected |
Definition at line 152 of file AliJSONData.h.
Referenced by GetValue(), SetValue(), and ~AliJSONData().