Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
UseSWIG
/
SwigSrcOUTPUT_DIR
/
foo.hpp
blob: b227463c022ed157351814c0e1f51e2c055cf69b [
file
]
#pragma
once
namespace
Foo
{
class
Math
{
public
:
void
add
(
int
value
);
int
get_sum
()
const
;
private
:
int
sum_
=
0
;
};
}
// namespace cs