doxygen-sample/include/struct.h

1 クラス/構造体

1.1 SAMPLE_STRUCT

struct SAMPLE_STRUCT {
    int a;
    float b;
}

サンプル構造体。

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

1.1.1 属性

1.1.1.1 a

int a;

整数値。

1.1.1.2 b

float b;

浮動小数点数値。