PythonQt
Classes | Macros | Variables
PythonQtBoolResult.h File Reference
#include "PythonQtPythonInclude.h"
#include "PythonQtSystem.h"
#include "structmember.h"

Go to the source code of this file.

Classes

struct  PythonQtBoolResultObject
 defines a python object that stores a single bool More...
 

Macros

#define PythonQtBoolResult_Check(op)   (Py_TYPE(op) == &PythonQtBoolResult_Type)
 

Variables

PYTHONQT_EXPORT PyTypeObject PythonQtBoolResult_Type
 

Macro Definition Documentation

◆ PythonQtBoolResult_Check

#define PythonQtBoolResult_Check (   op)    (Py_TYPE(op) == &PythonQtBoolResult_Type)

Definition at line 51 of file PythonQtBoolResult.h.

Variable Documentation

◆ PythonQtBoolResult_Type

PYTHONQT_EXPORT PyTypeObject PythonQtBoolResult_Type
extern