Solution46
|
継承メンバを含む LibJson::CJsonConfig の全メンバ一覧です。
CJsonConfig() noexcept | LibJson::CJsonConfig | explicit |
CJsonConfig(CJsonConfig const &)=delete | LibJson::CJsonConfig | private |
CJsonDocument(CJson *pcJson=nullptr) noexcept | LibJson::CJsonDocument | explicit |
ClearDocument() noexcept | LibJson::CJsonDocument | virtual |
CompactDocument() noexcept | LibJson::CJsonDocument | virtual |
CreateJsonPath(wchar_t const *pszPath, CJson *&rpcJson) noexcept | LibJson::CJsonDocument | static |
CreatePath(wchar_t const *pszPath) noexcept | LibJson::CJsonDocument | virtual |
Delete(wchar_t const *pszKey, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
DeleteCurrentJson() noexcept | LibJson::CJsonDocument | virtual |
DeleteJson(CJson *&rpcJson) noexcept | LibJson::CJsonDocument | static |
DeleteQuotes(CString &rcString) noexcept | LibJson::CJsonDocument | protectedstatic |
EJsonPathToken 列挙名 | LibJson::CJsonDocument | protected |
FindJsonPath(wchar_t const *pszPath, CJson *pcJson) noexcept | LibJson::CJsonDocument | static |
Get(int &rnValue, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
Get(std::initializer_list< int * > const &rpnValueList, wchar_t const *pszKey=nullptr) noexcept | LibJson::CJsonConfig | virtual |
Get(double &rfValue, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
Get(bool &rbValue, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
Get(CString &rcValue, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
GetCurrentJson() noexcept | LibJson::CJsonDocument | inlinevirtual |
GetCurrentPath(CString &rcPath) noexcept | LibJson::CJsonDocument | virtual |
GetCurrentSetValue(CString &rcValue, bool bClassName=false, bool bQuotes=true) noexcept | LibJson::CJsonDocument | virtual |
GetJsonPath(CString &rcPath, CJson *pcJson) noexcept | LibJson::CJsonDocument | static |
GetJsonPathList(CString &rcPathList, CJson *pcJson) noexcept | LibJson::CJsonDocument | static |
GetJsonSetValue(CString &rcValue, CJson *pcJson, bool bClassName=false, bool bQuotes=true) noexcept | LibJson::CJsonDocument | static |
GetPath(CString &rcPath, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
GetRootJson() noexcept | LibJson::CJsonDocument | inlinevirtual |
GetShowWindow(HWND hWnd, bool &rbVisible, int &rnShow, wchar_t const *pszKey=KEY_SHOW_WINDOW) noexcept | LibJson::CJsonConfig | virtual |
InputDocument(CStream &rcStream) noexcept | LibJson::CJsonDocument | virtual |
InputPathToken(CStream &rcStream, CString &rcString, bool bEqual=false) noexcept | LibJson::CJsonDocument | protectedstatic |
IsEmpty() noexcept | LibJson::CJsonDocument | inlinevirtual |
KEY_SHOW_WINDOW | LibJson::CJsonConfig | static |
KEY_WINDOW_POS | LibJson::CJsonConfig | static |
Load(wchar_t const *pszPath) noexcept | LibJson::CJsonConfig | virtual |
m_pcJsonCurrent | LibJson::CJsonDocument | protected |
m_pcJsonRoot | LibJson::CJsonDocument | protected |
operator=(CJsonConfig const &)=delete | LibJson::CJsonConfig | private |
OutputDocument(CStreamOut &rcStreamOut) noexcept | LibJson::CJsonDocument | virtual |
ResumeShowWindow(HWND hWnd, wchar_t const *pszKey=KEY_SHOW_WINDOW) noexcept | LibJson::CJsonConfig | virtual |
ResumeWindowPosition(HWND hWnd, wchar_t const *pszKey=KEY_WINDOW_POS) noexcept | LibJson::CJsonConfig | virtual |
Save(wchar_t const *pszPath) noexcept | LibJson::CJsonConfig | virtual |
SaveShowWindow(HWND hWnd, wchar_t const *pszKey=KEY_SHOW_WINDOW) noexcept | LibJson::CJsonConfig | virtual |
SaveWindowPosition(HWND hWnd, wchar_t const *pszKey=KEY_WINDOW_POS) noexcept | LibJson::CJsonConfig | virtual |
Set(int nValue, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
Set(std::initializer_list< int > const &rnValueList, wchar_t const *pszKey=nullptr) noexcept | LibJson::CJsonConfig | virtual |
Set(double fValue, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
Set(bool bValue, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
Set(wchar_t const *pszValue, wchar_t const *pszKey=nullptr, int nIndex=-1) noexcept | LibJson::CJsonConfig | virtual |
SetCurrentJson(CJson *pcJson) noexcept | LibJson::CJsonDocument | virtual |
SetCurrentPath(wchar_t const *pszPath) noexcept | LibJson::CJsonDocument | virtual |
SetCurrentSetValue(wchar_t const *pszValue) noexcept | LibJson::CJsonDocument | virtual |
SetJsonSetValue(wchar_t const *pszValue, CJson *&rpcJson) noexcept | LibJson::CJsonDocument | static |
SetJsonSetValueByStream(CStream &rcStream, CJson *&rpcJson) noexcept | LibJson::CJsonDocument | static |
SetRootJson(CJson *pcJson) noexcept | LibJson::CJsonDocument | virtual |
SetShowWindow(HWND hWnd, bool bVisible, int nShow, wchar_t const *pszKey=KEY_SHOW_WINDOW) noexcept | LibJson::CJsonConfig | virtual |
~CJsonConfig() noexcept | LibJson::CJsonConfig | inlinevirtual |
~CJsonDocument() noexcept | LibJson::CJsonDocument | virtual |