Implementation of Exception class. More...
#include <exception>#include <stdexcept>#include <iostream>#include <string>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| class | hsds::Exception |
| Exception class for HSDS libraries. More... | |
Namespaces | |
| namespace | hsds |
| The namespace for Hide's Succinct Data Structures. | |
Macros | |
| #define | HSDS_EXCEPTION_IF(cond__, message__) |
| #define | HSDS_DEBUG_IF(cond__, message__) |
| defined(HSDS_EXCEPTION_IF) More... | |
Functions | |
| std::ostream & | hsds::operator<< (std::ostream &os, hsds::Exception &e) |
Implementation of Exception class.
Definition in file exception.hpp.
| #define HSDS_DEBUG_IF | ( | cond__, | |
| message__ | |||
| ) |
defined(HSDS_EXCEPTION_IF)
Definition at line 34 of file exception.hpp.
| #define HSDS_EXCEPTION_IF | ( | cond__, | |
| message__ | |||
| ) |
Definition at line 24 of file exception.hpp.
1.8.3.1