#include <ConfigReader.h>
変数 | |
| std::string | sAppName |
| アプリケーション名 | |
| std::vector< long > | lVersion |
| バージョン情報 | |
| std::string | sReleaseDate |
| リリース日時 | |
| long | lType |
| アプリケーション種別 | |
| long | lMode |
| 起動種別 | |
| long | lLanguage |
| 言語種別 | |
| std::string | sAppKind |
| アプリケーションの種別 | |
| std::string | sTitle |
| アプリケーション表題 | |
| std::string | sTitleSpk |
| アプリケーション表題(発話用) | |
| std::string | sComment |
| アプリケーション説明 | |
アプリケーションコンフィグファイル情報の格納用構造体
| std::string AppBaseInfo::sAppName |
アプリケーション名
アプリケーションの実行ファイル名
| std::vector<long> AppBaseInfo::lVersion |
バージョン情報
バージョン情報やリビジョン番号など、数値部分のみを配列で格納する。 バージョンが 1.0.2 の場合、1、0、2 の順に格納される。
| long AppBaseInfo::lType |
アプリケーション種別
| long AppBaseInfo::lMode |
起動種別
言語種別
| std::string AppBaseInfo::sAppKind |
アプリケーションの種別
1.5.5