CanQuery(void) const | IAccessor::CSection | |
CSection(const IAccessor *I, LPCTSTR lpszSectionName) | IAccessor::CSection | |
DeleteAllKeys(void) | IAccessor::CSection | |
DeleteKey(LPCTSTR lpszKey) | IAccessor::CSection | |
EnumKeyNames(void) const | IAccessor::CSection | |
EnumSectionNames(void) const | IAccessor::CSection | |
GetKeyKind(LPCTSTR lpszKey) const | IAccessor::CSection | |
GetKeyMap(void) const | IAccessor::CSection | |
GetKeyTree(CKeyTree &_tree) const | IAccessor::CSection | |
GetKeyTree(CStrsTree &_tree) const | IAccessor::CSection | |
GetSectionName(void) const | IAccessor::CSection | |
HasKey(LPCTSTR lpszKey) const | IAccessor::CSection | |
InSubSection(LPCTSTR lpszSubName) | IAccessor::CSection | |
PreviousSubSection(void) | IAccessor::CSection | |
QueryData(LPCTSTR lpszKey) const | IAccessor::CSection | |
QueryDword(LPCTSTR lpszKey, DWORD dwDefault=0) const | IAccessor::CSection | |
QueryLonglong(LPCTSTR lpszKey, LONGLONG llDefault=0) const | IAccessor::CSection | |
QueryPluralStrings(LPCTSTR lpszKey) const | IAccessor::CSection | |
QuerySerializableData(LPCTSTR lpszKey, ISerializable &_d) const | IAccessor::CSection | |
QueryString(LPCTSTR lpszKey, LPCTSTR lpszDefault=NULL) const | IAccessor::CSection | |
QueryStruct(LPCTSTR lpszKey, TYP &_t) const | IAccessor::CSection | |
QueryValue(LPCTSTR lpszKey) const | IAccessor::CSection | |
QueryVector(void) const | IAccessor::CSection | |
QueryWindowText(LPCTSTR lpszKey, HWND hWnd, LPCTSTR lpszDefault=NULL) const | IAccessor::CSection | |
ReferAccessor(void) const | IAccessor::CSection | |
WriteData(LPCTSTR lpszKey, const IConstCollectionT< BYTE > &c) | IAccessor::CSection | |
WriteData(LPCTSTR lpszKey, size_t len, LPCVOID P) | IAccessor::CSection | |
WriteDword(LPCTSTR lpszKey, DWORD dwValue) | IAccessor::CSection | |
WriteLonglong(LPCTSTR lpszKey, LONGLONG llValue) | IAccessor::CSection | |
WritePluralStrings(LPCTSTR lpszKey, const CStrVector &vs) | IAccessor::CSection | |
WriteSerializableData(LPCTSTR lpszKey, const ISerializable &s) | IAccessor::CSection | |
WriteString(LPCTSTR lpszKey, LPCTSTR lpszValue) | IAccessor::CSection | |
WriteStruct(LPCTSTR lpszKey, const TYP &t) | IAccessor::CSection | |
WriteValue(LPCTSTR lpszKey, const CValue &value) | IAccessor::CSection | |
WriteVector(const CVectorT< CValue > &vv) | IAccessor::CSection | |
WriteWindowText(LPCTSTR lpszKey, HWND hWnd) | IAccessor::CSection | |