#include <UnsatisfiedLinkError.hpp>
Inheritance diagram for UnsatisfiedLinkError::
Public Methods | |
UnsatisfiedLinkError () | |
UnsatisfiedLinkError (String *s) |
|
Definition at line 19 of file UnsatisfiedLinkError.hpp. 00019 : LinkageError() { } |
|
Definition at line 20 of file UnsatisfiedLinkError.hpp. 00020 : LinkageError( s ) { } |