ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
DMTest::B Struct Reference

Base contained class for DataVector tests. More...

#include <B.h>

Inheritance diagram for DMTest::B:
Collaboration diagram for DMTest::B:

Public Member Functions

 B (int b=0)
 
virtual ~B ()
 

Public Attributes

int m_x
 

Detailed Description

Base contained class for DataVector tests.

   Make sure this has a vtable and that it has data
   members.  That way, if we derive @c D from it virtually,
   there'll be an offset between @c B and @c D.

Definition at line 33 of file B.h.

Constructor & Destructor Documentation

◆ B()

DMTest::B::B ( int  b = 0)
inline

Definition at line 35 of file B.h.

35 : m_x (b) {}

◆ ~B()

virtual DMTest::B::~B ( )
inlinevirtual

Definition at line 36 of file B.h.

36 {}

Member Data Documentation

◆ m_x

int DMTest::B::m_x

Definition at line 37 of file B.h.


The documentation for this struct was generated from the following file:
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
DMTest::B::m_x
int m_x
Definition: B.h:37