Home | History | Annotate | Download | only in actions

Lines Matching refs:Action_rot

15 #ifndef ACTION_ROT
16 #define ACTION_ROT
27 class Action_rot {
32 BTL_DONT_INLINE Action_rot( int size ):_size(size)
34 MESSAGE("Action_rot Ctor");
49 Action_rot( const Action_rot & )
51 INFOS("illegal call to Action_rot Copy Ctor");
56 BTL_DONT_INLINE ~Action_rot( void ){
57 MESSAGE("Action_rot Dtor");