The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::TestSuite::Foo Struct Reference

Public Member Functions

 Foo (int i)
 
 Foo (Foo &&)=delete
 
Foooperator= (Foo &&)=delete
 
 Foo (const Foo &)=delete
 
Foooperator= (const Foo &)=delete
 
 ~Foo ()
 

Public Attributes

int i
 

Detailed Description

Definition at line 581 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ Foo() [1/3]

Gaudi::TestSuite::Foo::Foo ( int i)
inline

Definition at line 584 of file MakeAndConsume.cpp.

◆ Foo() [2/3]

Gaudi::TestSuite::Foo::Foo ( Foo && )
delete

◆ Foo() [3/3]

Gaudi::TestSuite::Foo::Foo ( const Foo & )
delete

◆ ~Foo()

Gaudi::TestSuite::Foo::~Foo ( )
inline

Definition at line 589 of file MakeAndConsume.cpp.

589{};

Member Function Documentation

◆ operator=() [1/2]

Foo & Gaudi::TestSuite::Foo::operator= ( const Foo & )
delete

◆ operator=() [2/2]

Foo & Gaudi::TestSuite::Foo::operator= ( Foo && )
delete

Member Data Documentation

◆ i

int Gaudi::TestSuite::Foo::i

Definition at line 582 of file MakeAndConsume.cpp.


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