#include <gil.hpp>
Public Member Functions | |
| visitor (F fn) | |
| template<class Class, class Options, class Signature> | |
| void | visit_aux (Class &cl, char const *name, Options const &options, Signature const &signature) const |
| template<class Class, class Options> | |
| void | visit (Class &cl, char const *name, Options const &options) const |
Public Attributes | |
| F | fn |
Definition at line 97 of file gil.hpp.
| void visitor< F >::visit_aux | ( | Class & | cl, | |
| char const * | name, | |||
| Options const & | options, | |||
| Signature const & | signature | |||
| ) | const [inline] |
Definition at line 104 of file gil.hpp.
References visitor< F >::fn.
Referenced by visitor< F >::visit().
| void visitor< F >::visit | ( | Class & | cl, | |
| char const * | name, | |||
| Options const & | options | |||
| ) | const [inline] |
Definition at line 130 of file gil.hpp.
Referenced by visitor< F >::visit(), and visitor< F >::visit_aux().
1.5.6