struct CCL::VersionDesc
Overview
Plug-In version description. More…
#include <iclassfactory.h> struct VersionDesc { // fields String name; String version; String vendor; String copyright; String url; // construction VersionDesc ( StringRef name = nullptr, StringRef version = nullptr, StringRef vendor = nullptr, StringRef copyright = nullptr, StringRef url = nullptr ); };
Detailed Documentation
Plug-In version description.
Fields
String name
friendly name
String version
version string
String vendor
vendor string
String copyright
copyright string
String url
vendor or product website