1 #ifndef AWFUL_AIC_SUBCLASSWRAPPER_H_
2 #define AWFUL_AIC_SUBCLASSWRAPPER_H_
4 #include "core/idlast/type.h"
6 namespace awful
{ namespace awic
8 void GenerateSubClassWrapper( std::ostream
& Out_
,
9 const idlast::Class
* pClass_
,
10 const std::string
& FullClassName
);