PluginInfo.h File Reference

The basic information about a plugin. More...

#include "Config.h"
#include "Provider.h"
#include <map>
#include <string>
#include <vector>

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::PluginInfooperator<< (te::plugin::PluginInfo &pInfo, te::xml::Reader &xmlReader)
 It deserializes the plugin info using the given XML reader. More...
 

Detailed Description

The basic information about a plugin.

Definition in file PluginInfo.h.

Function Documentation

It deserializes the plugin info using the given XML reader.

Parameters
pInfoThe plugin information struct to be filled.
xmlReaderThe XML reader to be used to extract the plugin information.
Returns
A reference to the input pInfo.