Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
DI_Test::B2Impl Class Reference
Inheritance diagram for DI_Test::B2Impl:
Collaboration diagram for DI_Test::B2Impl:

Public Member Functions

 B2Impl (const String &x)
int value () const override
String stringValue () const override

Private Attributes

String m_test

Detailed Description

Definition at line 107 of file TestDependencyInjection.cc.

Constructor & Destructor Documentation

◆ B2Impl()

DI_Test::B2Impl::B2Impl ( const String & x)
inline

Definition at line 112 of file TestDependencyInjection.cc.

Member Function Documentation

◆ stringValue()

String DI_Test::B2Impl::stringValue ( ) const
inlineoverridevirtual

Implements DI_Test::IB2.

Definition at line 116 of file TestDependencyInjection.cc.

◆ value()

int DI_Test::B2Impl::value ( ) const
inlineoverridevirtual

Implements DI_Test::IB2.

Definition at line 115 of file TestDependencyInjection.cc.

Member Data Documentation

◆ m_test

String DI_Test::B2Impl::m_test
private

Definition at line 120 of file TestDependencyInjection.cc.


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