C++ features by examples
Common Struct Reference
Inheritance diagram for Common:

Public Member Functions

 Common (int x)
 

Public Attributes

int n
 

Detailed Description

Definition at line 211 of file 03.cpp.

Constructor & Destructor Documentation

◆ Common()

Common::Common ( int  x)
inline

Definition at line 214 of file 03.cpp.

214: n(x) {}
int n
Definition: 03.cpp:213
Here is the caller graph for this function:

Member Data Documentation

◆ n

int Common::n

Definition at line 213 of file 03.cpp.


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