Document of c-modernization-kit (doxygen-sample) 1.0.0
Loading...
Searching...
No Matches
SAMPLE_STRUCT Struct Reference

サンプル構造体。 More...

#include <struct.h>

Collaboration diagram for SAMPLE_STRUCT:

Data Fields

int a
 整数値。
float b
 浮動小数点数値。

Detailed Description

サンプル構造体。

整数値と浮動小数点数値を保持する構造体です。

Definition at line 6 of file struct.h.

Field Documentation

◆ a

int SAMPLE_STRUCT::a

整数値。

Definition at line 8 of file struct.h.

◆ b

float SAMPLE_STRUCT::b

浮動小数点数値。

Definition at line 9 of file struct.h.


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