Lines Matching refs:Action_symv
2 // File : action_symv.hh
20 #ifndef ACTION_SYMV
21 #define ACTION_SYMV
32 class Action_symv {
38 BTL_DONT_INLINE Action_symv( int size ):_size(size)
40 MESSAGE("Action_symv Ctor");
60 Action_symv( const Action_symv & )
62 INFOS("illegal call to Action_symv Copy Ctor");
67 BTL_DONT_INLINE ~Action_symv( void ){