From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_memory.html | 357 +++++++++++++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create 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 new file mode 100644 index 0000000..2c429e8 --- /dev/null +++ b/Doc/doxygen/html/class_memory.html @@ -0,0 +1,357 @@ + + + + + +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