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

Public Member Functions

bool operator== (const ColumnDefinition &other) const
 

Public Attributes

int column
 
bool enabled
 
double factor
 
UnitInFile unit
 

Detailed Description

Definition at line 55 of file QREDataLoader.h.

Member Function Documentation

◆ operator==()

bool QREDataLoader::ColumnDefinition::operator== ( const ColumnDefinition other) const

Definition at line 724 of file QREDataLoader.cpp.

725 {
726  return enabled == other.enabled && column == other.column && unit == other.unit
727  && factor == other.factor;
728 }

References column, enabled, factor, and unit.

Member Data Documentation

◆ column

int QREDataLoader::ColumnDefinition::column

Definition at line 57 of file QREDataLoader.h.

Referenced by operator==().

◆ enabled

bool QREDataLoader::ColumnDefinition::enabled

Definition at line 56 of file QREDataLoader.h.

Referenced by operator==().

◆ factor

double QREDataLoader::ColumnDefinition::factor

Definition at line 59 of file QREDataLoader.h.

Referenced by operator==().

◆ unit

UnitInFile QREDataLoader::ColumnDefinition::unit

Definition at line 58 of file QREDataLoader.h.

Referenced by operator==().


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