6 #ifndef AMDAEMON_APPIMAGE_H 7 #define AMDAEMON_APPIMAGE_H 95 #endif // AMDAEMON_APPIMAGE_H const wchar_t * getOptionMountRootPath() const
オプションイメージのマウント先ルートディレクトリパスを取得する。
const OptionImageInfo * findOptionInfo(const wchar_t *optionName) const
公開済みオプションイメージ情報を識別名から検索する。
bool existsOption(const wchar_t *optionName) const
指定した識別名の公開済みオプションイメージが存在するか否かを取得する。
Definition: AppImage.h:71
オプションイメージ情報構造体 OptionImageInfo のヘッダ。
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
オプションイメージ情報構造体。
Definition: OptionImageInfo.h:21
Version getCurrentVersion() const
現在稼働中アプリのバージョンを取得する。
マイクロ秒精度の日付時刻を表す構造体 DateTime のヘッダ。
アプリイメージ関連情報を提供するMonostateクラス。
Definition: AppImage.h:26
const ::amdaemon::util::DateTime & getCreationTime() const
現在稼働中アプリのイメージ作成日時を取得する。
std::size_t getOptionCount() const
公開済みオプションイメージ数を取得する。
std::wstring makeOptionMountPath(const std::wstring &optionName) const
オプションイメージのマウント先ディレクトリパスを作成する。
const OptionImageInfo & getOptionInfo(std::size_t index) const
公開済みオプションイメージ情報を取得する。
バージョン値構造体。
Definition: Version.h:24