kviewshell
GException.cpp File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "GException.h"
#include "DjVuMessageLite.h"
#include "debug.h"
Include dependency graph for GException.cpp:
Go to the source code of this file.
Functions | |
static void | throw_memory_error () |
Variables | |
static void(* | old_handler )() = set_new_handler(throw_memory_error) |
Function Documentation
static void throw_memory_error | ( | ) | [static] |
Definition at line 266 of file GException.cpp.
Variable Documentation
void(* old_handler)() = set_new_handler(throw_memory_error) [static] |