library of assembled shared sources |
http://lass.cocamware.com |
#include <exception.h>
Public Member Functions | |
ExceptionMixin (const std::string &msg, const std::string &loc) | |
Private Member Functions | |
virtual void | doThrowSelf () const |
virtual ::std::auto_ptr < RemoteExceptionBase > | doClone () const |
Definition at line 176 of file exception.h.
lass::util::experimental::ExceptionMixin< ExceptionType, ParentType >::ExceptionMixin | ( | const std::string & | msg, | |
const std::string & | loc | |||
) | [inline] |
Definition at line 179 of file exception.h.
virtual void lass::util::experimental::ExceptionMixin< ExceptionType, ParentType >::doThrowSelf | ( | ) | const [inline, private, virtual] |
Definition at line 181 of file exception.h.
virtual ::std::auto_ptr<RemoteExceptionBase> lass::util::experimental::ExceptionMixin< ExceptionType, ParentType >::doClone | ( | ) | const [inline, private] |
Definition at line 186 of file exception.h.
Generated on Mon Nov 10 14:22:17 2008 for Library of Assembled Shared Sources by 1.5.7.1 |