AliPhysics  3f43add (3f43add)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliJSONInt Class Reference

#include <AliJSONData.h>

Inheritance diagram for AliJSONInt:

Public Member Functions

 AliJSONInt (Int_t val)
 
virtual ~AliJSONInt ()
 
void SetValue (Int_t value)
 
Int_t GetValue () const
 
virtual std::string ToString () const
 
- Public Member Functions inherited from AliJSONValue
 AliJSONValue ()
 
virtual ~AliJSONValue ()
 
 ClassDef (AliJSONValue, 1)
 

Private Member Functions

 ClassDef (AliJSONInt, 1)
 

Private Attributes

Int_t fValue
 

Detailed Description

Definition at line 32 of file AliJSONData.h.

Constructor & Destructor Documentation

AliJSONInt::AliJSONInt ( Int_t  val)
inline

Definition at line 34 of file AliJSONData.h.

virtual AliJSONInt::~AliJSONInt ( )
inlinevirtual

Definition at line 38 of file AliJSONData.h.

Member Function Documentation

AliJSONInt::ClassDef ( AliJSONInt  ,
 
)
private
Int_t AliJSONInt::GetValue ( ) const
inline

Definition at line 41 of file AliJSONData.h.

void AliJSONInt::SetValue ( Int_t  value)
inline

Definition at line 40 of file AliJSONData.h.

virtual std::string AliJSONInt::ToString ( ) const
virtual

Implements AliJSONValue.

Member Data Documentation

Int_t AliJSONInt::fValue
private

Definition at line 45 of file AliJSONData.h.

Referenced by GetValue(), and SetValue().


The documentation for this class was generated from the following file: