Initial commit
This commit is contained in:
@@ -0,0 +1,109 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFStringMultimap.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFStringMultimapHPP
|
||||
#define uCEFStringMultimapHPP
|
||||
|
||||
#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 Ucefstringmultimap
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCefCustomStringMultimap;
|
||||
class DELPHICLASS TCefStringMultimapOwn;
|
||||
class DELPHICLASS TCefStringMultimapRef;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefCustomStringMultimap : public System::TInterfacedObject
|
||||
{
|
||||
typedef System::TInterfacedObject inherited;
|
||||
|
||||
protected:
|
||||
void *FHandle;
|
||||
virtual Uceftypes::TCefStringMultimap __fastcall GetHandle();
|
||||
virtual System::NativeUInt __fastcall GetSize();
|
||||
virtual System::NativeUInt __fastcall FindCount(const Uceftypes::ustring Key);
|
||||
virtual Uceftypes::ustring __fastcall GetEnumerate(const Uceftypes::ustring Key, System::NativeUInt ValueIndex);
|
||||
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 TCefCustomStringMultimap();
|
||||
public:
|
||||
/* TObject.Destroy */ inline __fastcall virtual ~TCefCustomStringMultimap() { }
|
||||
|
||||
private:
|
||||
void *__ICefStringMultimap; // Ucefinterfaces::ICefStringMultimap
|
||||
|
||||
public:
|
||||
#if defined(MANAGED_INTERFACE_OPERATORS)
|
||||
// {583ED0C2-A9D6-4034-A7C9-20EC7E47F0C7}
|
||||
operator Ucefinterfaces::_di_ICefStringMultimap()
|
||||
{
|
||||
Ucefinterfaces::_di_ICefStringMultimap intf;
|
||||
this->GetInterface(intf);
|
||||
return intf;
|
||||
}
|
||||
#else
|
||||
operator Ucefinterfaces::ICefStringMultimap*(void) { return (Ucefinterfaces::ICefStringMultimap*)&__ICefStringMultimap; }
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefStringMultimapOwn : public TCefCustomStringMultimap
|
||||
{
|
||||
typedef TCefCustomStringMultimap inherited;
|
||||
|
||||
public:
|
||||
__fastcall virtual TCefStringMultimapOwn();
|
||||
__fastcall virtual ~TCefStringMultimapOwn();
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefStringMultimapRef : public TCefCustomStringMultimap
|
||||
{
|
||||
typedef TCefCustomStringMultimap inherited;
|
||||
|
||||
public:
|
||||
__fastcall TCefStringMultimapRef(Uceftypes::TCefStringMultimap aHandle);
|
||||
public:
|
||||
/* TObject.Destroy */ inline __fastcall virtual ~TCefStringMultimapRef() { }
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefstringmultimap */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFSTRINGMULTIMAP)
|
||||
using namespace Ucefstringmultimap;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFStringMultimapHPP
|
||||
Reference in New Issue
Block a user