Public Member Functions | |
derived () | |
derived (int i) | |
derived * | clone () const override |
~derived () noexcept | |
bool | operator== (derived const &o) const |
bool | isSame (derived const &o) const |
derived () | |
derived (int i) | |
derived * | clone () const override |
~derived () noexcept | |
bool | operator== (derived const &o) const |
bool | isSame (derived const &o) const |
Public Member Functions inherited from base | |
base () | |
base (int i) | |
virtual | ~base () noexcept |
bool | operator== (base const &o) const |
bool | isSame (base const &o) const |
base () | |
base (int i) | |
virtual | ~base () noexcept |
bool | operator== (base const &o) const |
bool | isSame (base const &o) const |
Static Public Attributes | |
static int | n_alive = 0 |
static int | n_born = 0 |
static int | n_cloned = 0 |
Static Public Attributes inherited from base | |
static int | n_alive = 0 |
static int | n_born = 0 |
Protected Member Functions | |
derived (derived const &s) | |
derived (derived const &s) | |
Protected Member Functions inherited from base | |
base (base const &o) | |
base (base const &o) | |
Private Attributes | |
int | i |
Definition at line 53 of file value_ptr_test_4.cc.
|
inlineprotected |
Definition at line 58 of file value_ptr_test_4.cc.
|
inline |
Definition at line 69 of file value_ptr_test_4.cc.
|
inlineexplicit |
Definition at line 74 of file value_ptr_test_4.cc.
|
inlinenoexcept |
Definition at line 87 of file value_ptr_test_4.cc.
|
inlineprotected |
Definition at line 70 of file value_ptr_test_5.cc.
|
inline |
Definition at line 81 of file value_ptr_test_5.cc.
|
inlineexplicit |
Definition at line 86 of file value_ptr_test_5.cc.
|
inlinenoexcept |
Definition at line 99 of file value_ptr_test_5.cc.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Definition at line 95 of file value_ptr_test_4.cc.
Definition at line 107 of file value_ptr_test_5.cc.
Definition at line 90 of file value_ptr_test_4.cc.
Definition at line 102 of file value_ptr_test_5.cc.
|
private |
Definition at line 55 of file value_ptr_test_4.cc.
|
static |
Definition at line 65 of file value_ptr_test_4.cc.
|
static |
Definition at line 66 of file value_ptr_test_4.cc.
|
static |
Definition at line 67 of file value_ptr_test_4.cc.