C++ features by examples
Virtual_B Struct Reference
Inheritance diagram for Virtual_B:
Collaboration diagram for Virtual_B:

Public Member Functions

 Virtual_B ()
 
- Public Member Functions inherited from Common
 Common (int x)
 

Additional Inherited Members

- Public Attributes inherited from Common
int n
 

Detailed Description

Definition at line 219 of file 03.cpp.

Constructor & Destructor Documentation

◆ Virtual_B()

Virtual_B::Virtual_B ( )
inline

Definition at line 219 of file 03.cpp.

219: virtual Common { Virtual_B() : Common(2) {} };
Definition: 03.cpp:212
Virtual_B()
Definition: 03.cpp:219
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following file: