- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2023-02-10
- * Changed: 2023-02-11
- *
- * */
- #include <ls-std/io/section-pair/model/SectionPairRowValue.hpp>
- ls::std::io::SectionPairRowValue::SectionPairRowValue(const ls::std::io::SectionPairRowEnumType &_type) : type(_type)
- {}
- ls::std::io::SectionPairRowValue::~SectionPairRowValue() = default;
|