FilterInfoObject::getName Method
オブジェクトを表す文字列を返します。
構文
std::string getName() const;
戻り値
オブジェクトを表す文字列。
備考
toString, getName, c_str は全て同じ文字列を返します。
オブジェクトを表す文字列を返します。
std::string getName() const;
オブジェクトを表す文字列。
toString, getName, c_str は全て同じ文字列を返します。