2 //=============================================================================
6 * Extension of class AST_Valuebox that provides additional means for C++
11 //=============================================================================
13 #ifndef TAO_BE_VALUEBOX_H
14 #define TAO_BE_VALUEBOX_H
16 #include "ast_valuebox.h"
22 class be_valuebox
: public virtual AST_ValueBox
,
23 public virtual be_type
26 be_valuebox ( AST_Type
*boxed_type
,
30 virtual int accept (be_visitor
*visitor
);
33 virtual void destroy ();
36 #endif /* TAO_BE_VALUEBOX_H */