ATLAS Offline Software
Loading...
Searching...
No Matches
TrigNavTest::TestB Class Reference

#include <TestTypesB.h>

Inheritance diagram for TrigNavTest::TestB:
Collaboration diagram for TrigNavTest::TestB:

Public Member Functions

 TestB ()
 TestB (int v)
 ~TestB ()
int value () const

Public Attributes

int b

Detailed Description

Definition at line 28 of file TestTypesB.h.

Constructor & Destructor Documentation

◆ TestB() [1/2]

TrigNavTest::TestB::TestB ( )
inline

Definition at line 30 of file TestTypesB.h.

30: b(0) { }

◆ TestB() [2/2]

TrigNavTest::TestB::TestB ( int v)
inline

Definition at line 31 of file TestTypesB.h.

31: b(v) { }

◆ ~TestB()

TrigNavTest::TestB::~TestB ( )
inline

Definition at line 32 of file TestTypesB.h.

32{ std::cerr << " deleting TestB: "<< b << std::endl; }

Member Function Documentation

◆ value()

int TrigNavTest::TestB::value ( ) const
inline

Definition at line 33 of file TestTypesB.h.

33{ return b; }

Member Data Documentation

◆ b

int TrigNavTest::TestB::b

Definition at line 34 of file TestTypesB.h.


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