|
bpp-core3
3.0.0
|
This is the complete list of members for bpp::ElementNotFoundException< T >, including all inherited members.
| element_ | bpp::ElementNotFoundException< T > | private |
| ElementNotFoundException(const std::string &text, const std::vector< T > *vect=nullptr, const T *element=nullptr) | bpp::ElementNotFoundException< T > | inline |
| ElementNotFoundException(const ElementNotFoundException &)=default | bpp::ElementNotFoundException< T > | |
| Exception(std::string text, int stack=10) | bpp::Exception | |
| getElement() const | bpp::ElementNotFoundException< T > | inline |
| getVector() const | bpp::VectorException< T > | inline |
| message() const noexcept | bpp::Exception | |
| operator=(const ElementNotFoundException &)=default | bpp::ElementNotFoundException< T > | |
| bpp::VectorException::operator=(const VectorException &)=default | bpp::VectorException< T > | |
| vect_ | bpp::VectorException< T > | protected |
| VectorException(const std::string &text, const std::vector< T > *vect=nullptr) | bpp::VectorException< T > | inline |
| VectorException(const VectorException &)=default | bpp::VectorException< T > | |
| what() const noexcept override | bpp::Exception |