Sign in
fuchsia
/
third_party
/
cmake
/
79c89f6a95437205f8c35a356eeda371ab9e5e1b
/
.
/
Tests
/
UseSWIG
/
SwigSrcOUTPUT_DIR
/
foo.hpp
blob: b227463c022ed157351814c0e1f51e2c055cf69b [
file
] [
log
] [
blame
]
#pragma
once
namespace
Foo
{
class
Math
{
public
:
void
add
(
int
value
);
int
get_sum
()
const
;
private
:
int
sum_
=
0
;
};
}
// namespace cs