Home
About
API
searchcode server
PageRenderTime 4ms CodeModel.GetById 1ms app.highlight 1ms RepoModel.GetById 1ms app.codeStats 0ms
/trunk/Examples/python/docstrings/example.h
#
C++ Header | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 5eba51d29bca04b079db8ed9716932ae MD5 |
raw file
1
class
Foo
{
2
public
:
3
void
bar
(
)
;
4
}
;