Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions
alib::ExceptionHandler::NestedExceptionContainer Class Reference

#include <ExceptionHandler.hpp>

Public Member Functions

template<typename ... Params>
void push_back (Params &&... params)
 
const std::vector< NestedException > & getExceptions () const
 

Member Function Documentation

◆ getExceptions()

const std::vector< NestedException > & alib::ExceptionHandler::NestedExceptionContainer::getExceptions ( ) const
inline
Here is the caller graph for this function:

◆ push_back()

template<typename ... Params>
void alib::ExceptionHandler::NestedExceptionContainer::push_back ( Params &&...  params)
inline
Here is the caller graph for this function:

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