doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | Static Private Attributes | List of all members
rvDebuggerBreakpoint Class Reference

#include <DebuggerBreakpoint.h>

Public Member Functions

 rvDebuggerBreakpoint (const char *filename, int linenumber, int id=-1)
 
 rvDebuggerBreakpoint (rvDebuggerBreakpoint &bp)
 
 ~rvDebuggerBreakpoint (void)
 
const char * GetFilename (void)
 
int GetLineNumber (void)
 
int GetID (void)
 

Protected Attributes

bool mEnabled
 
int mID
 
int mLineNumber
 
idStr mFilename
 

Static Private Attributes

static int mNextID = 1
 

Detailed Description

Definition at line 31 of file DebuggerBreakpoint.h.

Constructor & Destructor Documentation

rvDebuggerBreakpoint::rvDebuggerBreakpoint ( const char *  filename,
int  linenumber,
int  id = -1 
)

Definition at line 37 of file DebuggerBreakpoint.cpp.

rvDebuggerBreakpoint::rvDebuggerBreakpoint ( rvDebuggerBreakpoint bp)

Definition at line 53 of file DebuggerBreakpoint.cpp.

rvDebuggerBreakpoint::~rvDebuggerBreakpoint ( void  )

Definition at line 60 of file DebuggerBreakpoint.cpp.

Member Function Documentation

ID_INLINE const char * rvDebuggerBreakpoint::GetFilename ( void  )

Definition at line 55 of file DebuggerBreakpoint.h.

ID_INLINE int rvDebuggerBreakpoint::GetID ( void  )

Definition at line 65 of file DebuggerBreakpoint.h.

ID_INLINE int rvDebuggerBreakpoint::GetLineNumber ( void  )

Definition at line 60 of file DebuggerBreakpoint.h.

Member Data Documentation

bool rvDebuggerBreakpoint::mEnabled
protected

Definition at line 45 of file DebuggerBreakpoint.h.

idStr rvDebuggerBreakpoint::mFilename
protected

Definition at line 48 of file DebuggerBreakpoint.h.

int rvDebuggerBreakpoint::mID
protected

Definition at line 46 of file DebuggerBreakpoint.h.

int rvDebuggerBreakpoint::mLineNumber
protected

Definition at line 47 of file DebuggerBreakpoint.h.

int rvDebuggerBreakpoint::mNextID = 1
staticprivate

Definition at line 52 of file DebuggerBreakpoint.h.


The documentation for this class was generated from the following files: