Home | History | Annotate | Download | only in actions

Lines Matching refs:Action_trisolve

2 // File   :  action_trisolve.hh
19 #ifndef ACTION_TRISOLVE
20 #define ACTION_TRISOLVE
31 class Action_trisolve {
37 Action_trisolve( int size ):_size(size)
39 MESSAGE("Action_trisolve Ctor");
68 Action_trisolve( const Action_trisolve & )
70 INFOS("illegal call to Action_trisolve Copy Ctor");
76 ~Action_trisolve( void ){
78 MESSAGE("Action_trisolve Dtor");