dynamic-graph  4.1.0-8-gdab7-dirty
Dynamic graph library
SignalCastRegisterer Class Reference

#include <dynamic-graph/signal-caster.h>

Inheritance diagram for SignalCastRegisterer:

Public Member Functions

 SignalCastRegisterer (const std::type_info &type, SignalCaster::displayer_type displayer, SignalCaster::caster_type caster, SignalCaster::tracer_type tracer)
 

Detailed Description

The SignalCast registerer class. Can be used to automatically register a cast when instanced somewhere in a cpp file. Pass the typeid () of the type you want to register a cast to as the first argument. The code is provided here so the class does not need to be exported.

Definition at line 90 of file signal-caster.h.


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