LLDB mainline
lldb_private::UnimplementedError Class Reference

#include <UnimplementedError.h>

Inheritance diagram for lldb_private::UnimplementedError:
[legend]

Public Member Functions

 UnimplementedError ()=default
 UnimplementedError (std::string message)
void log (llvm::raw_ostream &OS) const override
std::error_code convertToErrorCode () const override

Static Public Attributes

static char ID

Private Attributes

std::string m_message

Detailed Description

Definition at line 16 of file UnimplementedError.h.

Constructor & Destructor Documentation

◆ UnimplementedError() [1/2]

lldb_private::UnimplementedError::UnimplementedError ( )
default

◆ UnimplementedError() [2/2]

lldb_private::UnimplementedError::UnimplementedError ( std::string message)
inlineexplicit

Definition at line 23 of file UnimplementedError.h.

References m_message.

Member Function Documentation

◆ convertToErrorCode()

std::error_code lldb_private::UnimplementedError::convertToErrorCode ( ) const
inlineoverride

Definition at line 33 of file UnimplementedError.h.

◆ log()

void lldb_private::UnimplementedError::log ( llvm::raw_ostream & OS) const
inlineoverride

Definition at line 26 of file UnimplementedError.h.

References m_message, and lldb_private::OS.

Member Data Documentation

◆ ID

char lldb_private::UnimplementedError::ID
static

Definition at line 20 of file UnimplementedError.h.

◆ m_message

std::string lldb_private::UnimplementedError::m_message
private

Definition at line 17 of file UnimplementedError.h.

Referenced by log(), and UnimplementedError().


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