41 #include <openfluid/ware/TypeDefs.hpp> 45 #ifndef __OPENFLUID_WARE_WARESIGNATURE_HPP__ 46 #define __OPENFLUID_WARE_WARESIGNATURE_HPP__ 125 ABIVersion = Version;
135 std::string Str =
"";
137 for (openfluid::ware::WareSignature::AuthorsList_t::const_iterator it = Authors.begin(); it != Authors.end();++it)
139 if (it != Authors.begin())
virtual ~WareSignature()
Definition: WareSignature.hpp:115
std::vector< std::pair< std::string, std::string > > AuthorsList_t
Definition: WareSignature.hpp:56
void clear()
Definition: WareSignature.hpp:99
void setABIVersion(WareVersion_t Version)
Definition: WareSignature.hpp:123
std::string WareName_t
Definition: TypeDefs.hpp:51
std::string getAuthorsAsString() const
Definition: WareSignature.hpp:133
Definition: WareSignature.hpp:52
std::string Description
Definition: WareSignature.hpp:62
std::string WareVersion_t
Definition: TypeDefs.hpp:53
std::string OPENFLUID_API replaceEmptyString(std::string SourceStr, const std::string &ReplaceStr)
std::string WareID_t
Definition: TypeDefs.hpp:49
WareStatus_t
Definition: TypeDefs.hpp:101
Definition: TypeDefs.hpp:106
WareName_t Name
Definition: WareSignature.hpp:60
Definition: ApplicationException.hpp:47
WareID_t ID
Definition: WareSignature.hpp:58
WareVersion_t Version
Definition: WareSignature.hpp:67
WareStatus_t Status
Definition: WareSignature.hpp:72
#define OPENFLUID_API
Definition: dllexport.hpp:86
WareSignature()
Definition: WareSignature.hpp:89
WareVersion_t ABIVersion
Definition: WareSignature.hpp:77
AuthorsList_t Authors
Definition: WareSignature.hpp:82