sbksmartpointer.h 505 B

123456789101112131415161718
  1. // Copyright (C) 2023 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. #ifndef SBK_SBKSMARTPOINTER_H
  4. #define SBK_SBKSMARTPOINTER_H
  5. #include "sbkpython.h"
  6. #include "shibokenmacros.h"
  7. namespace Shiboken::SmartPointer
  8. {
  9. LIBSHIBOKEN_API PyObject *repr(PyObject *pointer, PyObject *pointee);
  10. LIBSHIBOKEN_API PyObject *dir(PyObject *pointer, PyObject *pointee);
  11. } // namespace Shiboken::SmartPointer
  12. #endif // SBK_SBKSMARTPOINTER_H