Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
AssertException Class Reference

#include <unittest.h>

Inheritance diagram for AssertException:
Collaboration diagram for AssertException:

Public Member Functions

 AssertException (const char *w)
 
 AssertException (const AssertException &rhs)
 
virtual ~AssertException () throw ()
 

Detailed Description

Definition at line 109 of file unittest.h.

Constructor & Destructor Documentation

◆ AssertException() [1/2]

AssertException::AssertException ( const char * w)
inline

Definition at line 111 of file unittest.h.

111: std::logic_error(w) {}

◆ AssertException() [2/2]

AssertException::AssertException ( const AssertException & rhs)
inline

Definition at line 112 of file unittest.h.

112: std::logic_error(rhs) {}

◆ ~AssertException()

AssertException::~AssertException ( )
throw ( )
virtual

Definition at line 25 of file unittest.cpp.

25{}

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