metaSMT git
|
#include <run_algorithm.hpp>
Public Types | |
typedef Algo< typename mpl::at_c< Vec, 0 >::type > ::result_type | result_type |
Public Member Functions | |
eval_visitor (unsigned wanted) | |
result_type | get_result () const |
Protected Attributes | |
unsigned | wanted_ |
boost::shared_ptr< result_type > | result_ |
Definition at line 15 of file run_algorithm.hpp.
typedef Algo<typename mpl::at_c <Vec, 0>::type>::result_type metaSMT::eval_visitor< Vec, Algo >::result_type |
Definition at line 18 of file run_algorithm.hpp.
metaSMT::eval_visitor< Vec, Algo >::eval_visitor | ( | unsigned | wanted | ) | [inline] |
Definition at line 20 of file run_algorithm.hpp.
result_type metaSMT::eval_visitor< Vec, Algo >::get_result | ( | ) | const [inline] |
Definition at line 26 of file run_algorithm.hpp.
boost::shared_ptr< result_type > metaSMT::eval_visitor< Vec, Algo >::result_ [protected] |
Definition at line 33 of file run_algorithm.hpp.
unsigned metaSMT::eval_visitor< Vec, Algo >::wanted_ [protected] |
Definition at line 32 of file run_algorithm.hpp.