BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
CustomVariantsTest Class Reference
Inheritance diagram for CustomVariantsTest:
[legend]
Collaboration diagram for CustomVariantsTest:
[legend]

Public Member Functions

 ~CustomVariantsTest ()
 
template<typename T >
QVariant variantFromArgument (const T &value)
 

Detailed Description

Definition at line 30 of file customvariants.test.cpp.

Constructor & Destructor Documentation

◆ ~CustomVariantsTest()

CustomVariantsTest::~CustomVariantsTest ( )
default

Member Function Documentation

◆ variantFromArgument()

template<typename T >
QVariant CustomVariantsTest::variantFromArgument ( const T &  value)
inline

Definition at line 34 of file customvariants.test.cpp.

35  {
36  return QVariant::fromValue(value);
37  }

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