Definition at line 3 of file virt.cxx.
◆ base() [1/4]
◆ base() [2/4]
Rule of 5: If a class requires a user-defined destructor, a user-defined copy constructor, or a user-defined copy assignment operator, it almost certainly requires all five.
◆ base() [3/4]
base::base |
( |
const base & |
| ) |
|
|
delete |
◆ base() [4/4]
◆ ~base()
◆ func3()
virtual void base::func3 |
( |
| ) |
|
|
pure virtual |
◆ id()
virtual void base::id |
( |
| ) |
|
|
inlinevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ member_
Initialise class members in the header, I prefer the trailing underscore rather than "m_member".
Definition at line 337 of file test.cxx.
The documentation for this class was generated from the following files: