1 #ifndef LS_LICENSE_TYPE_H
2 #define LS_LICENSE_TYPE_H
6 #pragma warning( push )
7 #pragma warning( disable : 4251 )
14 namespace LicenseSpring
27 static LicenseType fromString(
const std::string& str );
51 std::string toString()
const;
55 std::string toFormattedString()
const;
63 #pragma warning( pop )
66 #endif // LS_LICENSE_TYPE_H
LSLicenseType
License type.
Class used for encapsulating the type of license, comparing types of licenses, and converting them to...
#define LS_API
Macros that expands to dllexport, dllimport or nothing on non Windows platforms or in case of static ...