1 #ifndef AWFUL_AIC_METHOD_H_
2 #define AWFUL_AIC_METHOD_H_
4 #include "core/idlast/class.h"
6 namespace awful
{ namespace awic
8 void GenerateMethodTraits( std::ostream
& Out_
,
9 const idlast::Class
* pClass_
,
10 const idlast::Method
* pMtd_
,
13 void GenerateCtorTraits( std::ostream
& Out_
,
14 const idlast::Class
* pClass_
,