#include <vid_file.h>
Definition at line 16 of file vid_file.h.
VidFile::Exception::Exception |
( |
) | |
|
|
inline |
VidFile::Exception::Exception |
( |
const Exception & |
other) | |
|
|
inline |
Definition at line 22 of file vid_file.h.
22 : _message( other._message ) {}
VidFile::Exception::Exception |
( |
const std::string & |
message) | |
|
|
inlineexplicit |
Definition at line 23 of file vid_file.h.
23 : _message( message ) {}
virtual VidFile::Exception::~Exception |
( |
) | |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
virtual const char* VidFile::Exception::what |
( |
) | |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file: