All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::PluginInfo
operator<< (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