#include <action_rot.hh>
Public Member Functions | |
BTL_DONT_INLINE | Action_rot (int size) |
Action_rot (const Action_rot &) | |
BTL_DONT_INLINE void | calculate (void) |
BTL_DONT_INLINE void | check_result (void) |
BTL_DONT_INLINE void | initialize (void) |
double | nb_op_base (void) |
BTL_DONT_INLINE | ~Action_rot (void) |
Static Public Member Functions | |
static std::string | name (void) |
Private Attributes | |
int | _size |
Interface::gene_vector | A |
Interface::gene_vector | A_ref |
Interface::stl_vector | A_stl |
Interface::gene_vector | B |
Interface::gene_vector | B_ref |
Interface::stl_vector | B_stl |
Definition at line 27 of file action_rot.hh.
BTL_DONT_INLINE Action_rot< Interface >::Action_rot | ( | int | size | ) | [inline] |
Definition at line 32 of file action_rot.hh.
Action_rot< Interface >::Action_rot | ( | const Action_rot< Interface > & | ) | [inline] |
Definition at line 49 of file action_rot.hh.
BTL_DONT_INLINE Action_rot< Interface >::~Action_rot | ( | void | ) | [inline] |
Definition at line 56 of file action_rot.hh.
BTL_DONT_INLINE void Action_rot< Interface >::calculate | ( | void | ) | [inline] |
Definition at line 79 of file action_rot.hh.
BTL_DONT_INLINE void Action_rot< Interface >::check_result | ( | void | ) | [inline] |
Definition at line 85 of file action_rot.hh.
BTL_DONT_INLINE void Action_rot< Interface >::initialize | ( | void | ) | [inline] |
Definition at line 74 of file action_rot.hh.
static std::string Action_rot< Interface >::name | ( | void | ) | [inline, static] |
Definition at line 65 of file action_rot.hh.
double Action_rot< Interface >::nb_op_base | ( | void | ) | [inline] |
Definition at line 70 of file action_rot.hh.
int Action_rot< Interface >::_size [private] |
Definition at line 112 of file action_rot.hh.
Interface::gene_vector Action_rot< Interface >::A [private] |
Definition at line 109 of file action_rot.hh.
Interface::gene_vector Action_rot< Interface >::A_ref [private] |
Definition at line 106 of file action_rot.hh.
Interface::stl_vector Action_rot< Interface >::A_stl [private] |
Definition at line 103 of file action_rot.hh.
Interface::gene_vector Action_rot< Interface >::B [private] |
Definition at line 110 of file action_rot.hh.
Interface::gene_vector Action_rot< Interface >::B_ref [private] |
Definition at line 107 of file action_rot.hh.
Interface::stl_vector Action_rot< Interface >::B_stl [private] |
Definition at line 104 of file action_rot.hh.