This struct can be used to describe a given plugin provider. More...
#include <Provider.h>
Public Attributes | |
std::string | m_email |
The provider contact e-mail. More... | |
std::string | m_name |
Provider name: may be a person or a company. More... | |
std::string | m_site |
The provider home page. More... | |
This struct can be used to describe a given plugin provider.
Definition at line 45 of file Provider.h.
std::string te::plugin::Provider::m_email |
The provider contact e-mail.
Definition at line 49 of file Provider.h.
std::string te::plugin::Provider::m_name |
Provider name: may be a person or a company.
Definition at line 47 of file Provider.h.
std::string te::plugin::Provider::m_site |
The provider home page.
Definition at line 48 of file Provider.h.