ATLAS Offline Software
Loading...
Searching...
No Matches
CondDataObj Class Reference

#include <CondDataObj.h>

Collaboration diagram for CondDataObj:

Public Member Functions

 CondDataObj ()
 CondDataObj (int i)
virtual ~CondDataObj ()
void val (int i)
int val () const

Private Attributes

int m_val

Detailed Description

Definition at line 8 of file CondDataObj.h.

Constructor & Destructor Documentation

◆ CondDataObj() [1/2]

CondDataObj::CondDataObj ( )
inline

Definition at line 12 of file CondDataObj.h.

12:m_val(0) {};

◆ CondDataObj() [2/2]

CondDataObj::CondDataObj ( int i)
inline

Definition at line 13 of file CondDataObj.h.

13: m_val(i) {};

◆ ~CondDataObj()

virtual CondDataObj::~CondDataObj ( )
inlinevirtual

Definition at line 14 of file CondDataObj.h.

14{};

Member Function Documentation

◆ val() [1/2]

int CondDataObj::val ( ) const
inline

Definition at line 17 of file CondDataObj.h.

17{ return m_val; }

◆ val() [2/2]

void CondDataObj::val ( int i)
inline

Definition at line 16 of file CondDataObj.h.

16{ m_val = i; }

Member Data Documentation

◆ m_val

int CondDataObj::m_val
private

Definition at line 20 of file CondDataObj.h.


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