|
CPP0X_Base 1.0
|
#include <string>

クラス | |
| class | Example |
| Example クラス [詳解] | |
関数 | |
| void | useExampleClass (Example &exampleObj, const std::string &newMessage) |
| Example クラスのインスタンスを作成し、メッセージを設定して出力します。 | |
| void useExampleClass | ( | Example & | exampleObj, |
| const std::string & | newMessage | ||
| ) |
Example クラスのインスタンスを作成し、メッセージを設定して出力します。
| exampleObj | 操作する Example オブジェクトへの参照 |
| newMessage | 設定する新しいメッセージ |
useExampleClass.cpp の 21 行目に定義があります。