#include <MyObj.h>
Definition at line 16 of file MyObj.h.
◆ MyObj()
AthPyEx::MyObj::MyObj |
( |
const std::string & |
name | ) |
|
|
inline |
◆ ~MyObj()
virtual AthPyEx::MyObj::~MyObj |
( |
| ) |
|
|
inlinevirtual |
◆ getA()
int AthPyEx::MyObj::getA |
( |
| ) |
|
|
inline |
◆ name()
const std::string& AthPyEx::MyObj::name |
( |
| ) |
|
|
inline |
◆ setA()
template<class T >
void AthPyEx::MyObj::setA |
( |
T |
a | ) |
|
|
inline |
Definition at line 23 of file MyObj.h.
25 std::cout <<
" C++ setA " <<
typeid(
a).
name() <<
" " <<
a << std::endl;
◆ m_a
◆ m_name
std::string AthPyEx::MyObj::m_name |
|
private |
The documentation for this class was generated from the following file: