All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PluginInfo.cpp File Reference

The basic information about a plugin. More...

#include "../xml/Reader.h"
#include "../xml/ReaderFactory.h"
#include "PluginInfo.h"
#include <cassert>
#include <cstdlib>

Go to the source code of this file.

Functions

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.cpp.

Function Documentation