|
OpenWalnut 1.3.1
|
Structure to encapsulate the META info online resources. More...
#include <WModuleMetaInformation.h>
Public Attributes | |
| std::string | m_name |
| Online resource's name. | |
| std::string | m_description |
| Online resource's description. | |
| std::string | m_url |
| The url to the resource. | |
Structure to encapsulate the META info online resources.
Definition at line 88 of file WModuleMetaInformation.h.
| std::string WModuleMetaInformation::Online::m_description |
Online resource's description.
Definition at line 98 of file WModuleMetaInformation.h.
Referenced by WModuleMetaInformation::getOnlineResources().
| std::string WModuleMetaInformation::Online::m_name |
Online resource's name.
Definition at line 93 of file WModuleMetaInformation.h.
Referenced by WModuleMetaInformation::getOnlineResources().
| std::string WModuleMetaInformation::Online::m_url |
The url to the resource.
Definition at line 103 of file WModuleMetaInformation.h.
Referenced by WModuleMetaInformation::getOnlineResources().
1.7.4