AddVisitor exposes the Add() method of the given module. More...
Public Member Functions | |
template < typename T > | |
AddVisitor (T newLayer) | |
Exposes the Add() method of the given module. More... | |
template < typename LayerType > | |
void | operator() (LayerType *layer) const |
Exposes the Add() method. More... | |
void | operator() (MoreTypes layer) const |
AddVisitor exposes the Add() method of the given module.
Definition at line 28 of file add_visitor.hpp.
AddVisitor | ( | T | newLayer | ) |
Exposes the Add() method of the given module.
void operator() | ( | LayerType * | layer | ) | const |
Exposes the Add() method.
void operator() | ( | MoreTypes | layer | ) | const |