mini-llvm 0.1.0
Loading...
Searching...
No Matches
mini_llvm::CommandLineParser::Error Class Reference

#include <CommandLineParser.h>

Public Member Functions

 Error (ErrorKind kind, std::string optionName)
ErrorKind kind () const
const std::string & optionName () const &
std::string && optionName () &&

Constructor & Destructor Documentation

◆ Error()

mini_llvm::CommandLineParser::Error::Error ( ErrorKind kind,
std::string optionName )
inline

Member Function Documentation

◆ kind()

ErrorKind mini_llvm::CommandLineParser::Error::kind ( ) const
inline

◆ optionName() [1/2]

std::string && mini_llvm::CommandLineParser::Error::optionName ( ) &&
inline

◆ optionName() [2/2]

const std::string & mini_llvm::CommandLineParser::Error::optionName ( ) const &
inline

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