CPP0X_Base 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Example.hpp ファイル

Example クラスの定義 [詳解]

#include <string>
Example.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  Example
 Example クラス [詳解]
 

関数

void useExampleClass (Example &exampleObj, const std::string &newMessage)
 Example クラスのインスタンスを作成し、メッセージを設定して出力します。
 

詳解

Example クラスの定義

このクラスは、簡単な機能を提供します。

Example.hpp に定義があります。

関数詳解

◆ useExampleClass()

void useExampleClass ( Example exampleObj,
const std::string newMessage 
)

Example クラスのインスタンスを作成し、メッセージを設定して出力します。

引数
exampleObj操作する Example オブジェクトへの参照
newMessage設定する新しいメッセージ

useExampleClass.cpp21 行目に定義があります。