The basic information about a plugin. More...
Go to the source code of this file.
Classes | |
| struct | te::plugin::PluginInfo::Finder1st |
| struct | te::plugin::PluginInfo |
| The basic information about a plugin. More... | |
Namespaces | |
| te | |
| URI C++ Library. | |
| te::plugin | |
| Namespace for the Plugin module of TerraLib. | |
| te::xml | |
| Namespace for the XML module of TerraLib. | |
Functions | |
| TEPLUGINEXPORT te::plugin::PluginInfo & | operator<< (te::plugin::PluginInfo &pInfo, te::xml::Reader &xmlReader) |
| It deserializes the plugin info using the given XML reader. More... | |
The basic information about a plugin.
Definition in file PluginInfo.h.
| TEPLUGINEXPORT te::plugin::PluginInfo& operator<< | ( | te::plugin::PluginInfo & | pInfo, |
| te::xml::Reader & | xmlReader | ||
| ) |
It deserializes the plugin info using the given XML reader.
| pInfo | The plugin information struct to be filled. |
| xmlReader | The XML reader to be used to extract the plugin information. |