IODA
test_exceptions.cpp File Reference
#include <exception>
#include <iostream>
#include <string>
#include "ioda/Exception.h"
Include dependency graph for test_exceptions.cpp:

Go to the source code of this file.

Functions

void throws_exception_inner ()
 
void throws_exception_trivial_rethrow ()
 
void throws_exception_nesting ()
 
int main (int, char **)
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)

Definition at line 36 of file test_exceptions.cpp.

Here is the call graph for this function:

◆ throws_exception_inner()

void throws_exception_inner ( )

Definition at line 13 of file test_exceptions.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ throws_exception_nesting()

void throws_exception_nesting ( )

Definition at line 28 of file test_exceptions.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ throws_exception_trivial_rethrow()

void throws_exception_trivial_rethrow ( )

Definition at line 20 of file test_exceptions.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: