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 | |||
| ) |
| int foo_c::get_global | ( | ) | [inline, protected] |
| void foo_c::set_foobar | ( | float | f, | |
| int | b = 0 | |||
| ) | [inline] |
int foo_c::bar [private] |
Definition at line 4 of file class.cxx.
Referenced by get_bar(), set_bar(), and set_foobar().
int foo_c::barfoo [private] |
Definition at line 61 of file class.cxx.
Referenced by get_barfoo().
float foo_c::foo [private] |
Definition at line 3 of file class.cxx.
Referenced by get_foo(), set_foo(), and set_foobar().
int foo_c::global [static, protected] |
Definition at line 50 of file class.cxx.
Referenced by get_global().
1.6.1