ATLAS Offline Software
|
Base contained class for DataVector
tests.
More...
#include <B.h>
Public Member Functions | |
B (int b=0) | |
virtual | ~B () |
Public Attributes | |
int | m_x |
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.