40 #include <openfluid/ware/TypeDefs.hpp> 44 #ifndef __OPENFLUID_WARE_WARESIGNATURE_HPP__ 45 #define __OPENFLUID_WARE_WARESIGNATURE_HPP__ 124 ABIVersion = Version;
134 std::string Str =
"";
136 for (openfluid::ware::WareSignature::AuthorsList_t::const_iterator it = Authors.begin(); it != Authors.end();++it)
138 if (it != Authors.begin())
WareSignature()
Definition: WareSignature.hpp:88
WareVersion_t Version
Definition: WareSignature.hpp:66
std::string WareID_t
Definition: TypeDefs.hpp:50
void setABIVersion(WareVersion_t Version)
Definition: WareSignature.hpp:122
std::vector< std::pair< std::string, std::string > > AuthorsList_t
Definition: WareSignature.hpp:55
void clear()
Definition: WareSignature.hpp:98
Definition: TypeDefs.hpp:108
Definition: WareSignature.hpp:51
std::string OPENFLUID_API replaceEmptyString(std::string SourceStr, const std::string &ReplaceStr)
WareStatus_t
Definition: TypeDefs.hpp:103
virtual ~WareSignature()
Definition: WareSignature.hpp:114
#define OPENFLUID_API
Definition: dllexport.hpp:87
WareVersion_t ABIVersion
Definition: WareSignature.hpp:76
WareID_t ID
Definition: WareSignature.hpp:57
WareStatus_t Status
Definition: WareSignature.hpp:71
std::string WareName_t
Definition: TypeDefs.hpp:52
std::string getAuthorsAsString() const
Definition: WareSignature.hpp:132
std::string WareVersion_t
Definition: TypeDefs.hpp:54
WareName_t Name
Definition: WareSignature.hpp:59
AuthorsList_t Authors
Definition: WareSignature.hpp:81
std::string Description
Definition: WareSignature.hpp:61
Definition: ApplicationException.hpp:47