109 lines
3.1 KiB
C++
109 lines
3.1 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'uCEFStringMap.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef uCEFStringMapHPP
|
|
#define uCEFStringMapHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#if defined(__BORLANDC__) && !defined(__clang__)
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member
|
|
#endif
|
|
#pragma pack(push,8)
|
|
#include <System.hpp>
|
|
#include <SysInit.hpp>
|
|
#include <uCEFBaseRefCounted.hpp>
|
|
#include <uCEFInterfaces.hpp>
|
|
#include <uCEFTypes.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Ucefstringmap
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TCefCustomStringMap;
|
|
class DELPHICLASS TCefStringMapOwn;
|
|
class DELPHICLASS TCefStringMapRef;
|
|
//-- type declarations -------------------------------------------------------
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCefCustomStringMap : public System::TInterfacedObject
|
|
{
|
|
typedef System::TInterfacedObject inherited;
|
|
|
|
protected:
|
|
void *FHandle;
|
|
virtual Uceftypes::TCefStringMap __fastcall GetHandle();
|
|
virtual System::NativeUInt __fastcall GetSize();
|
|
virtual Uceftypes::ustring __fastcall Find(const Uceftypes::ustring key);
|
|
virtual Uceftypes::ustring __fastcall GetKey(System::NativeUInt index);
|
|
virtual Uceftypes::ustring __fastcall GetValue(System::NativeUInt index);
|
|
virtual bool __fastcall Append(const Uceftypes::ustring key, const Uceftypes::ustring value);
|
|
virtual void __fastcall Clear();
|
|
|
|
public:
|
|
__fastcall virtual TCefCustomStringMap();
|
|
public:
|
|
/* TObject.Destroy */ inline __fastcall virtual ~TCefCustomStringMap() { }
|
|
|
|
private:
|
|
void *__ICefStringMap; // Ucefinterfaces::ICefStringMap
|
|
|
|
public:
|
|
#if defined(MANAGED_INTERFACE_OPERATORS)
|
|
// {A33EBC01-B23A-4918-86A4-E24A243B342F}
|
|
operator Ucefinterfaces::_di_ICefStringMap()
|
|
{
|
|
Ucefinterfaces::_di_ICefStringMap intf;
|
|
this->GetInterface(intf);
|
|
return intf;
|
|
}
|
|
#else
|
|
operator Ucefinterfaces::ICefStringMap*(void) { return (Ucefinterfaces::ICefStringMap*)&__ICefStringMap; }
|
|
#endif
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCefStringMapOwn : public TCefCustomStringMap
|
|
{
|
|
typedef TCefCustomStringMap inherited;
|
|
|
|
public:
|
|
__fastcall virtual TCefStringMapOwn();
|
|
__fastcall virtual ~TCefStringMapOwn();
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCefStringMapRef : public TCefCustomStringMap
|
|
{
|
|
typedef TCefCustomStringMap inherited;
|
|
|
|
public:
|
|
__fastcall TCefStringMapRef(Uceftypes::TCefStringMap aHandle);
|
|
public:
|
|
/* TObject.Destroy */ inline __fastcall virtual ~TCefStringMapRef() { }
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Ucefstringmap */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFSTRINGMAP)
|
|
using namespace Ucefstringmap;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // uCEFStringMapHPP
|