fourdst_plugin 0.0.1a
C++ Plugin Manager
Loading...
Searching...
No Matches
functor.h File Reference

Template interface for functor-style plugins. More...

Classes

class  fourdst::plugin::templates::FunctorPlugin_T< T >
 Template base class for functor-style plugins. More...
 

Namespaces

namespace  fourdst
 
namespace  fourdst::plugin
 Main namespace for the FourDST plugin system.
 
namespace  fourdst::plugin::templates
 

Detailed Description

Template interface for functor-style plugins.

This file provides a template base class for creating plugins that implement function-like behavior. It's designed for plugins that need to process input data and return transformed output of the same type.