ATLAS Offline Software
Loading...
Searching...
No Matches
AthPyEx::MyObj Class Reference

#include <MyObj.h>

Collaboration diagram for AthPyEx::MyObj:

Public Member Functions

 MyObj (const std::string &name)
virtual ~MyObj ()
const std::string & name ()
template<class T>
void setA (T a)
int getA ()

Private Attributes

std::string m_name
int m_a

Detailed Description

Definition at line 16 of file MyObj.h.

Constructor & Destructor Documentation

◆ MyObj()

AthPyEx::MyObj::MyObj ( const std::string & name)
inline

Definition at line 19 of file MyObj.h.

◆ ~MyObj()

virtual AthPyEx::MyObj::~MyObj ( )
inlinevirtual

Definition at line 20 of file MyObj.h.

Member Function Documentation

◆ getA()

int AthPyEx::MyObj::getA ( )
inline

Definition at line 29 of file MyObj.h.

◆ name()

const std::string & AthPyEx::MyObj::name ( )
inline

Definition at line 22 of file MyObj.h.

◆ setA()

template<class T>
void AthPyEx::MyObj::setA ( T a)
inline

Definition at line 23 of file MyObj.h.

Member Data Documentation

◆ m_a

int AthPyEx::MyObj::m_a
private

Definition at line 33 of file MyObj.h.

◆ m_name

std::string AthPyEx::MyObj::m_name
private

Definition at line 32 of file MyObj.h.


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