USRP Hardware Driver and USRP Manual  Version: 3.15.0.HEAD-0-gaea0e2de
UHD and USRP Manual
uhd::index_error Struct Reference

#include <uhd/exception.hpp>

Inheritance diagram for uhd::index_error:
uhd::lookup_error uhd::exception

Public Member Functions

 index_error (const std::string &what)
 
virtual unsigned code (void) const
 
virtual index_errordynamic_clone (void) const
 
virtual void dynamic_throw (void) const
 
- Public Member Functions inherited from uhd::lookup_error
 lookup_error (const std::string &what)
 
- Public Member Functions inherited from uhd::exception
 exception (const std::string &what)
 

Detailed Description

Raised when a sequence index is out of range.

Constructor & Destructor Documentation

◆ index_error()

uhd::index_error::index_error ( const std::string &  what)

Member Function Documentation

◆ code()

virtual unsigned uhd::index_error::code ( void  ) const
virtual

Reimplemented from uhd::lookup_error.

◆ dynamic_clone()

virtual index_error* uhd::index_error::dynamic_clone ( void  ) const
virtual

Reimplemented from uhd::lookup_error.

◆ dynamic_throw()

virtual void uhd::index_error::dynamic_throw ( void  ) const
virtual

Reimplemented from uhd::lookup_error.


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