Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
rename_rstrip_encoder.i
blob: 4ecbe129f17e58aa000bcc00bdbf8277019d5cdf [
file
] [
log
] [
blame
]
%
module
rename_rstrip_encoder
// strip the Cls suffix from all identifiers
%
rename
(
"%(rstrip:[Cls])s"
)
""
;
%
inline
%{
class
SomeThingCls
{
};
struct
AnotherThingCls
{
void
DoClsXCls
()
{}
};
%}