21#ifndef DD_UTILITY_PROBLEM_UTILITY_H_INCLUDED
22#define DD_UTILITY_PROBLEM_UTILITY_H_INCLUDED
definition of the dd namespace
Definition datamodel_base.h:26
std::vector< std::string > transformProblemList(const std::vector< Problem > &problems)
transforms the Problem List to a simple vector of strings. Simple usage:
definition of the utility namespace
Definition ddl.h:66
::ddl::dd::Problem Problem
Problem to report to find the corresponding item name in a simple way.
Definition problem.h:68
definition of the ddl namespace
Definition codec.h:21
Problem to report to find the corresponding item name in a simple way.
Definition problem.h:33
std::string item_name
the item name
Definition problem.h:35
std::string problem_message
the validation problem in text
Definition problem.h:37