Public Member Functions | |
foo_c (float f, int b) | |
~foo_c () | |
int | get_bar () |
float | get_foo () |
void | set_bar (int b) |
void | set_foo (float f) |
void | set_foobar (float f, int b=0) |
int | get_barfoo () |
Protected Member Functions | |
int | get_global () |
Static Protected Attributes | |
static int | global |
Private Attributes | |
float | foo |
int | bar |
int | barfoo |
Definition at line 1 of file class.cxx.
foo_c::foo_c | ( | float | f, | |
int | b | |||
) |
void foo_c::set_foobar | ( | float | f, | |
int | b = 0 | |||
) | [inline] |
int foo_c::get_global | ( | ) | [inline, protected] |
float foo_c::foo [private] |
int foo_c::bar [private] |
int foo_c::global [static, protected] |
int foo_c::barfoo [private] |