#include <T10.inheritance.hpp>
|
| | B (int const a=9, float b=8, A &a2=_static_a_, A *a3=nullptr, int i=0) |
| |
| void | foo (A a1=A(), A &a2=_static_a_, A *a3=nullptr, int i=0) |
| |
| double | foo_member (int const i=1, float f=2.0f, double d=4.16) |
| |
| double | foo_member_const (int i=1, float f=2.0f, double d=4.16) const |
| |
| | B (B const &)=default |
| |
◆ B() [1/2]
| B::B |
( |
int const |
a = 9, |
|
|
float |
b = 8, |
|
|
A & |
a2 = _static_a_, |
|
|
A * |
a3 = nullptr, |
|
|
int |
i = 0 |
|
) |
| |
|
inline |
◆ B() [2/2]
◆ foo()
| void B::foo |
( |
A |
a1 = A(), |
|
|
A & |
a2 = _static_a_, |
|
|
A * |
a3 = nullptr, |
|
|
int |
i = 0 |
|
) |
| |
|
inline |
◆ foo_member()
| double B::foo_member |
( |
int const |
i = 1, |
|
|
float |
f = 2.0f, |
|
|
double |
d = 4.16 |
|
) |
| |
|
inline |
◆ foo_member_const()
| double B::foo_member_const |
( |
int |
i = 1, |
|
|
float |
f = 2.0f, |
|
|
double |
d = 4.16 |
|
) |
| const |
|
inline |
◆ foo_static()
| static double B::foo_static |
( |
int |
i = 1, |
|
|
float |
f = 2.0f, |
|
|
double |
d = 4.16 |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following files: