Namespaces | |
namespace | eepgwde |
The namespace used to package this module. | |
Defines | |
#define | CHECK_DOWNCAST(Derived, Description) |
This macro can be used to check a downcast. | |
Functions | |
const char * | demangle (const char *name) |
Variables | |
int | eepgwde::daemon::watcher = 0 |
Some facilities have been added to help with debugging.
#define CHECK_DOWNCAST | ( | Derived, | |||
Description | ) |
Value:
{ \ boost::shared_ptr<Derived> hd = boost::dynamic_pointer_cast<Derived>(h); \ if (hd) \ return Description; \ }
Definition at line 21 of file util0.cpp.
Referenced by QuantLib::exerciseTypeToString(), and QuantLib::payoffTypeToString().
const char* demangle | ( | const char * | name | ) |
int eepgwde::daemon::watcher = 0 |
Definition at line 31 of file scal0.hpp.
Referenced by eepgwde::detail::DataFrame::Record::as(), eepgwde::detail::DataFrame::column(), and main().