LLDB mainline
lldb_private::python::NullTerminated Class Reference

#include <PythonDataObjects.h>

Public Member Functions

 NullTerminated (const llvm::Twine &twine)
 operator const char * ()

Private Attributes

const char * str
llvm::SmallString< 32 > storage

Detailed Description

Definition at line 153 of file PythonDataObjects.h.

Constructor & Destructor Documentation

◆ NullTerminated()

lldb_private::python::NullTerminated::NullTerminated ( const llvm::Twine & twine)
inline

Definition at line 158 of file PythonDataObjects.h.

References storage, and str.

Member Function Documentation

◆ operator const char *()

lldb_private::python::NullTerminated::operator const char * ( )
inline

Definition at line 162 of file PythonDataObjects.h.

References str.

Member Data Documentation

◆ storage

llvm::SmallString<32> lldb_private::python::NullTerminated::storage
private

Definition at line 155 of file PythonDataObjects.h.

Referenced by NullTerminated().

◆ str

const char* lldb_private::python::NullTerminated::str
private

Definition at line 154 of file PythonDataObjects.h.

Referenced by NullTerminated(), and operator const char *().


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