#include <Sound.hpp>
クラス | |
class | SoundResourceFacade_Impl |
SoundFacadeの本体 [詳解] | |
静的公開メンバ関数 | |
static void | Load (std::string _key, std::string _pass) |
static void | UnLoad (std::string _key) |
static std::unique_ptr< SoundClip > | CreateClip (std::string _key) |
静的非公開メンバ関数 | |
static void | Init () |
静的非公開変数類 | |
static std::once_flag | once |
static std::weak_ptr< SoundResourceFacade_Impl > | ptr |
|
static |
|
static |
|
static |
|
staticprivate |
|
staticprivate |
参照元 Init().
|
staticprivate |
参照元 CreateClip(), Init(), Load(), UnLoad().