CPP06 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Data 構造体

A simple data structure for serialization testing. [詳解]

#include <Data.hpp>

Data 連携図
Collaboration graph

公開変数類

int id
 
char type
 
std::string content
 

詳解

A simple data structure for serialization testing.

This non-empty struct is used as the target for serialization and deserialization.

Data.hpp29 行目に定義があります。

メンバ詳解

◆ content

std::string Data::content

Data.hpp32 行目に定義があります。

◆ id

int Data::id

Data.hpp30 行目に定義があります。

◆ type

char Data::type

Data.hpp31 行目に定義があります。


この構造体詳解は次のファイルから抽出されました: