StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StormByte::Database::OutOfBounds Class Reference

Exception when accessing an out of bounds column. More...

#include <exception.hxx>

Inheritance diagram for StormByte::Database::OutOfBounds:
Inheritance graph
[legend]
Collaboration diagram for StormByte::Database::OutOfBounds:
Collaboration graph
[legend]

Public Member Functions

 OutOfBounds (const size_t &index)
 
 OutOfBounds (const OutOfBounds &)=default
 
 OutOfBounds (OutOfBounds &&) noexcept=default
 
OutOfBoundsoperator= (const OutOfBounds &)=default
 
OutOfBoundsoperator= (OutOfBounds &&) noexcept=default
 
 ~OutOfBounds () noexcept override=default
 
- Public Member Functions inherited from StormByte::Database::Exception
 Exception (const std::string &reason)
 
 Exception (std::string &&reason)
 
 Exception (const Exception &)=default
 
 Exception (Exception &&) noexcept=default
 
Exceptionoperator= (const Exception &)=default
 
Exceptionoperator= (Exception &&) noexcept=default
 
virtual ~Exception () noexcept=default
 

Detailed Description

Exception when accessing an out of bounds column.

Constructor & Destructor Documentation

◆ OutOfBounds() [1/3]

StormByte::Database::OutOfBounds::OutOfBounds ( const size_t &  index)

Constructor

Parameters
indexindex

◆ OutOfBounds() [2/3]

StormByte::Database::OutOfBounds::OutOfBounds ( const OutOfBounds )
default

Copy constructor

◆ OutOfBounds() [3/3]

StormByte::Database::OutOfBounds::OutOfBounds ( OutOfBounds &&  )
defaultnoexcept

Move constructor

◆ ~OutOfBounds()

StormByte::Database::OutOfBounds::~OutOfBounds ( )
overridedefaultnoexcept

Destructor

Member Function Documentation

◆ operator=() [1/2]

OutOfBounds & StormByte::Database::OutOfBounds::operator= ( const OutOfBounds )
default

Assignment operator

◆ operator=() [2/2]

OutOfBounds & StormByte::Database::OutOfBounds::operator= ( OutOfBounds &&  )
defaultnoexcept

Move operator


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