|
CPP0X_Base 1.0
|

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