All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
sdf::Plugin Class Reference

#include <Plugin.hh>

Public Member Functions

 Plugin ()
void Clear ()
void Print (const std::string &prefix)

Public Attributes

std::vector< ParamT
< std::string > > 
data
ParamT< std::string > filename
ParamT< std::string > name

Constructor & Destructor Documentation

sdf::Plugin::Plugin ( )
inline

Member Function Documentation

void sdf::Plugin::Clear ( )
inline

References data.

void sdf::Plugin::Print ( const std::string &  prefix)
inline

References filename, and name.

Member Data Documentation

std::vector<ParamT<std::string> > sdf::Plugin::data

Referenced by Clear().

ParamT<std::string> sdf::Plugin::filename

Referenced by Print().

ParamT<std::string> sdf::Plugin::name

Referenced by Print().


The documentation for this class was generated from the following file: