From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_memory.html | 357 ------------------------------------- 1 file changed, 357 deletions(-) delete mode 100644 Doc/doxygen/html/class_memory.html (limited to 'Doc/doxygen/html/class_memory.html') diff --git a/Doc/doxygen/html/class_memory.html b/Doc/doxygen/html/class_memory.html deleted file mode 100644 index 43ee5c8..0000000 --- a/Doc/doxygen/html/class_memory.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - -Starshatter_Open: Memory Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Memory Class Reference
-
-
- -

#include <MemDebug.h>

- -

List of all members.

- - - -

-Public Types

enum  LEVEL { OFF, -LEAKS, -PERIODIC, -MAXIMAL - }
- - - - - - - - -

-Static Public Member Functions

static void OpenLog (const char *filename=0)
static void CloseLog ()
static void Check ()
static void Checkpoint ()
static void Stats ()
static void DumpLeaks ()
static void SetLevel (LEVEL l)
-

Detailed Description

-
-

Definition at line 48 of file MemDebug.h.

-

Member Enumeration Documentation

- -
-
- - - - -
enum Memory::LEVEL
-
-
Enumerator:
- - - - -
OFF  -
LEAKS  -
PERIODIC  -
MAXIMAL  -
-
-
- -

Definition at line 51 of file MemDebug.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
void Memory::Check ()
-
-static
-
- -

Definition at line 131 of file MemDebug.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
void Memory::Checkpoint ()
-
-static
-
- -

Definition at line 147 of file MemDebug.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
void Memory::CloseLog ()
-
-static
-
- -

Definition at line 111 of file MemDebug.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
void Memory::DumpLeaks ()
-
-static
-
- -

Definition at line 184 of file MemDebug.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void Memory::OpenLog (const char * filename = 0)
-
-static
-
- -

Definition at line 87 of file MemDebug.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void Memory::SetLevel (LEVEL l)
-
-static
-
- -

Definition at line 196 of file MemDebug.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
void Memory::Stats ()
-
-static
-
- -

Definition at line 167 of file MemDebug.cpp.

- -
-
-
The documentation for this class was generated from the following files: -
-
- - - - -- cgit v1.1