Multi diag tools
|
Pair of parent model coulumn and child model column in a relation. More...
#include <RelationColumnPair.h>
Public Member Functions | |
constexpr | RelationColumnPair (int parentModelColumn, int childModelColumn) noexcept |
Construct a column pair. More... | |
constexpr int | parentModelColumn () const noexcept |
Get parent model column. | |
constexpr int | childModelColumn () const noexcept |
Get child model column. | |
Pair of parent model coulumn and child model column in a relation.
Definition at line 30 of file RelationColumnPair.h.
|
inlineexplicitnoexcept |
Construct a column pair.
Definition at line 39 of file RelationColumnPair.h.