ATLAS Offline Software
Loading...
Searching...
No Matches
SGTest::TestStoreRemap Struct Reference

#include <TestStore.h>

Collaboration diagram for SGTest::TestStoreRemap:

Public Member Functions

 TestStoreRemap (SG::sgkey_t the_key=0, size_t the_index=0)
bool operator== (const TestStoreRemap &other) const

Public Attributes

SG::sgkey_t key
size_t index

Detailed Description

Definition at line 32 of file TestStore.h.

Constructor & Destructor Documentation

◆ TestStoreRemap()

SGTest::TestStoreRemap::TestStoreRemap ( SG::sgkey_t the_key = 0,
size_t the_index = 0 )
inline

Definition at line 34 of file TestStore.h.

35 : key (the_key), index (the_index) {}

Member Function Documentation

◆ operator==()

bool SGTest::TestStoreRemap::operator== ( const TestStoreRemap & other) const
inline

Definition at line 36 of file TestStore.h.

37 { return other.key == key && other.index == index; }

Member Data Documentation

◆ index

size_t SGTest::TestStoreRemap::index

Definition at line 39 of file TestStore.h.

◆ key

SG::sgkey_t SGTest::TestStoreRemap::key

Definition at line 38 of file TestStore.h.


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