PageRenderTime 48ms CodeModel.GetById 22ms 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
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. class Foo {
  2. public:
  3. void bar();
  4. };