Files
2026-06-12 23:18:12 +08:00

82 lines
2.6 KiB
C++

// CodeGear C++Builder
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'uCEFv8Exception.pas' rev: 37.00 (Windows)
#ifndef uCEFv8ExceptionHPP
#define uCEFv8ExceptionHPP
#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 Ucefv8exception
{
//-- forward type declarations -----------------------------------------------
class DELPHICLASS TCefV8ExceptionRef;
//-- type declarations -------------------------------------------------------
#pragma pack(push,4)
class PASCALIMPLEMENTATION TCefV8ExceptionRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
{
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
protected:
Uceftypes::ustring __fastcall GetMessage();
Uceftypes::ustring __fastcall GetSourceLine();
Uceftypes::ustring __fastcall GetScriptResourceName();
int __fastcall GetLineNumber();
int __fastcall GetStartPosition();
int __fastcall GetEndPosition();
int __fastcall GetStartColumn();
int __fastcall GetEndColumn();
public:
__classmethod Ucefinterfaces::_di_ICefV8Exception __fastcall UnWrap(void * data);
public:
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefV8ExceptionRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefV8ExceptionRef() { }
private:
void *__ICefV8Exception; // Ucefinterfaces::ICefV8Exception
public:
#if defined(MANAGED_INTERFACE_OPERATORS)
// {7E422CF0-05AC-4A60-A029-F45105DCE6A4}
operator Ucefinterfaces::_di_ICefV8Exception()
{
Ucefinterfaces::_di_ICefV8Exception intf;
this->GetInterface(intf);
return intf;
}
#else
operator Ucefinterfaces::ICefV8Exception*(void) { return (Ucefinterfaces::ICefV8Exception*)&__ICefV8Exception; }
#endif
};
#pragma pack(pop)
//-- var, const, procedure ---------------------------------------------------
} /* namespace Ucefv8exception */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFV8EXCEPTION)
using namespace Ucefv8exception;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // uCEFv8ExceptionHPP