Various


Namespaces

namespace  libthrowable::util
 Utilities, mostly, but not only, for internal use.

Defines

#define LIBTHROWABLE_HERE   __FILE__, __LINE__, __func__
 Convenience macro.

Define Documentation

#define LIBTHROWABLE_HERE   __FILE__, __LINE__, __func__

Convenience macro.

Can be used as follows:

  ...
  catch(const Throable& th)
  {
        throw Error(LIBTHROWABLE_HERE, th, "damn ...");
  }
  ...


Generated on Wed Jan 9 18:07:17 2008 for libthrowable by  doxygen 1.5.4  Hosted on  SourceForge.net Logo