40 #ifndef __OPENFLUID_WARESDEV_WARESRCPROCESS_HPP__ 41 #define __OPENFLUID_WARESDEV_WARESRCPROCESS_HPP__ 49 namespace openfluid {
namespace waresdev {
57 enum class Type { NONE, CONFIGURE, BUILD};
68 Type m_Type = Type::NONE;
Type getType() const
Definition: WareSrcProcess.hpp:62
Definition: WareSrcProcess.hpp:52
#define OPENFLUID_API
Definition: dllexport.hpp:87
void setType(Type PT)
Definition: WareSrcProcess.hpp:59
Type
Definition: WareSrcProcess.hpp:57
Definition: ApplicationException.hpp:47