diff options
Diffstat (limited to 'core/include/fxcrt/fx_basic.h')
-rw-r--r-- | core/include/fxcrt/fx_basic.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h index 4e7c8c84b4..3414dbc13b 100644 --- a/core/include/fxcrt/fx_basic.h +++ b/core/include/fxcrt/fx_basic.h @@ -742,35 +742,6 @@ class CFX_MapPtrTemplate : public CFX_MapPtrToPtr { } }; #endif // PDF_ENABLE_XFA -class CFX_CMapByteStringToPtr { - public: - CFX_CMapByteStringToPtr(); - - ~CFX_CMapByteStringToPtr(); - - void RemoveAll(); - - FX_POSITION GetStartPosition() const; - - void GetNextAssoc(FX_POSITION& rNextPosition, - CFX_ByteString& rKey, - void*& rValue) const; - - void* GetNextValue(FX_POSITION& rNextPosition) const; - - FX_BOOL Lookup(const CFX_ByteStringC& key, void*& rValue) const; - - void SetAt(const CFX_ByteStringC& key, void* value); - - void RemoveKey(const CFX_ByteStringC& key); - - int GetCount() const; - - void AddValue(const CFX_ByteStringC& key, void* pValue); - - private: - CFX_BaseSegmentedArray m_Buffer; -}; class CFX_PtrList { protected: struct CNode { |