LLDB mainline
lldb_private::python::PythonFormat< T, typename std::enable_if< std::is_base_of< PythonObject, T >::value >::type > Struct Template Reference

#include <PythonDataObjects.h>

Inheritance diagram for lldb_private::python::PythonFormat< T, typename std::enable_if< std::is_base_of< PythonObject, T >::value >::type >:
[legend]

Static Public Member Functions

static auto get (const T &value)

Static Public Attributes

static constexpr char format = 'O'

Detailed Description

template<typename T>
struct lldb_private::python::PythonFormat< T, typename std::enable_if< std::is_base_of< PythonObject, T >::value >::type >

Definition at line 216 of file PythonDataObjects.h.

Member Function Documentation

◆ get()

template<typename T>
auto lldb_private::python::PythonFormat< T, typename std::enable_if< std::is_base_of< PythonObject, T >::value >::type >::get ( const T & value)
inlinestatic

Definition at line 219 of file PythonDataObjects.h.

Member Data Documentation

◆ format

template<typename T>
char lldb_private::python::PythonFormat< T, typename std::enable_if< std::is_base_of< PythonObject, T >::value >::type >::format = 'O'
staticconstexpr

Definition at line 218 of file PythonDataObjects.h.


The documentation for this struct was generated from the following file: