C++ Library Extensions 2022.12.09
To help learn modern C++ programming
Square Struct Reference
Inheritance diagram for Square:
[legend]
Collaboration diagram for Square:
[legend]

Public Member Functions

void display () const
 

Public Attributes

Point m_center
 
int m_side
 

Detailed Description

Definition at line 25 of file 15-mixin.cpp.

Member Function Documentation

◆ display()

void Square::display ( ) const
inline

Definition at line 30 of file 15-mixin.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ m_center

Point Square::m_center

Definition at line 27 of file 15-mixin.cpp.

◆ m_side

int Square::m_side

Definition at line 28 of file 15-mixin.cpp.


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