Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Experimental::TDirectoryUnknownKey Class Reference

Objects of this class are thrown to signal that no key with that name exists.

Definition at line 35 of file TDirectory.hxx.

Public Member Functions

 TDirectoryUnknownKey (std::string_view keyName)
 
const char * what () const noexcept final
 

Private Attributes

std::string fKeyName
 

#include <ROOT/TDirectory.hxx>

Inheritance diagram for ROOT::Experimental::TDirectoryUnknownKey:
[legend]

Constructor & Destructor Documentation

◆ TDirectoryUnknownKey()

ROOT::Experimental::TDirectoryUnknownKey::TDirectoryUnknownKey ( std::string_view  keyName)
inline

Definition at line 39 of file TDirectory.hxx.

Member Function Documentation

◆ what()

const char* ROOT::Experimental::TDirectoryUnknownKey::what ( ) const
inlinefinalnoexcept

Definition at line 40 of file TDirectory.hxx.

Member Data Documentation

◆ fKeyName

std::string ROOT::Experimental::TDirectoryUnknownKey::fKeyName
private

Definition at line 36 of file TDirectory.hxx.

Libraries for ROOT::Experimental::TDirectoryUnknownKey:
[legend]

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