C++ features by examples
Virtual_A Struct Reference

ref More...

Inheritance diagram for Virtual_A:
Collaboration diagram for Virtual_A:

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from Common
int n
 

Detailed Description

ref

Definition at line 218 of file 03.cpp.

Constructor & Destructor Documentation

◆ Virtual_A()

Virtual_A::Virtual_A ( )
inline

Definition at line 218 of file 03.cpp.

218: virtual Common { Virtual_A() : Common(1) {} };
Definition: 03.cpp:212
Virtual_A()
Definition: 03.cpp:218
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: