ldas-tools-al 2.6.7
|
#include <ldastoolsal_config.h>
#include <sstream>
#include <stdexcept>
#include "toss.hh"
#include "unimplemented_error.hh"
Namespaces | |
namespace | LDASTools |
Objects of general use and interst. | |
namespace | LDASTools::Error |
Functions | |
template<class T > | |
void | LDASTools::Error::toss (const std::string &ClassName, const std::string &Filename, int LineNumber, const std::string &Description) |
Helper function for throwing standard exceptions. | |