14 #pragma managed( push, off ) 47 explicit CJsonConfigAuto(
CJsonConfig& rcConfig,
wchar_t const* pszSection,
int nIndex,
wchar_t const* pszPath,
bool bClear =
false ) noexcept;
118 inline virtual bool GetResult() noexcept {
return m_bResult; }
135 #pragma managed( pop ) CString m_cCurrPath
JSONカレントパス
CJsonConfigAuto(CJsonConfig &rcConfig, wchar_t const *pszSection, int nIndex, bool bClear=false) noexcept
コンストラクタ
CJsonConfigAuto(CJsonConfig &rcConfig, wchar_t const *pszSection, bool bClear=false) noexcept
コンストラクタ
CJsonConfigAuto(CJsonConfig &rcConfig, wchar_t const *pszSection, wchar_t const *pszPath, bool bClear=false) noexcept
コンストラクタ
CJsonConfig & m_rcConfig
JSON構成情報参照
#define LIB_JSON_API
ダイナミックライブラリインポート宣言
virtual bool GetResult() noexcept
実行結果取得関数