ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
DMTest::S3 Class Reference

#include <S3.h>

Collaboration diagram for DMTest::S3:

Public Member Functions

 S3 (int x=0)
 
virtual ~S3 ()
 

Public Attributes

int m_x
 

Detailed Description

Definition at line 26 of file S3.h.

Constructor & Destructor Documentation

◆ S3()

DMTest::S3::S3 ( int  x = 0)
inline

Definition at line 29 of file S3.h.

29 : m_x (x) {}

◆ ~S3()

virtual DMTest::S3::~S3 ( )
inlinevirtual

Definition at line 30 of file S3.h.

30 {}

Member Data Documentation

◆ m_x

int DMTest::S3::m_x

Definition at line 31 of file S3.h.


The documentation for this class was generated from the following file:
x
#define x
DMTest::S3::m_x
int m_x
Definition: S3.h:31