BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
StandardChildrenStrategiesTest::ChildrenData Struct Reference

Public Member Functions

bool operator== (const ChildrenData &other) const
 

Public Attributes

std::string model_type
 
std::string tag
 

Detailed Description

Definition at line 44 of file standardchildrenstrategies.test.cpp.

Member Function Documentation

◆ operator==()

bool StandardChildrenStrategiesTest::ChildrenData::operator== ( const ChildrenData other) const
inline

Definition at line 47 of file standardchildrenstrategies.test.cpp.

48  {
49  return model_type == other.model_type && tag == other.tag;
50  }
std::string model_type
Definition: types.h:23

References model_type, and tag.

Member Data Documentation

◆ model_type

std::string StandardChildrenStrategiesTest::ChildrenData::model_type

Definition at line 45 of file standardchildrenstrategies.test.cpp.

Referenced by operator==().

◆ tag

std::string StandardChildrenStrategiesTest::ChildrenData::tag

Definition at line 46 of file standardchildrenstrategies.test.cpp.

Referenced by operator==().


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