CPP0X_Base 1.0
|
#include <Example.hpp>
公開メンバ関数 | |
Example () | |
デフォルトコンストラクタ | |
Example (const std::string &msg) | |
コンストラクタ | |
void | setMessage (const std::string &new_msg) |
メッセージを設定します。 | |
std::string | getMessage () const |
メッセージを取得します。 | |
void | printMessage () const |
メッセージを出力します。 | |
Example::Example | ( | ) |
Example::Example | ( | const std::string & | msg | ) |
std::string Example::getMessage | ( | ) | const |
void Example::printMessage | ( | ) | const |
メッセージを出力します。
Example.cpp の 28 行目に定義があります。
void Example::setMessage | ( | const std::string & | new_msg | ) |