Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
CProfileViewerInternals Struct Reference

Public Member Functions

 CProfileViewerInternals ()
 
void TableIsDeleted (AbstractProfileTable *table)
 Helper functions. More...
 
void NavigateTree (int id)
 

Public Attributes

bool profileVisible
 Whether the profiling display is currently visible. More...
 
std::vector
< AbstractProfileTable * > 
rootTables
 List of root tables. More...
 
std::vector
< AbstractProfileTable * > 
path
 Path from a root table (path[0]) to the currently visible table (path[size-1]) More...
 
std::ofstream outputStream
 File for saved profile output (reset when the game is restarted) More...
 

Private Member Functions

 CProfileViewerInternals (const CProfileViewerInternals &rhs)
 
const CProfileViewerInternalsoperator= (const CProfileViewerInternals &rhs)
 

Detailed Description

Definition at line 44 of file ProfileViewer.cpp.

Constructor & Destructor Documentation

CProfileViewerInternals::CProfileViewerInternals ( )
inline

Definition at line 46 of file ProfileViewer.cpp.

CProfileViewerInternals::CProfileViewerInternals ( const CProfileViewerInternals rhs)
private

Member Function Documentation

void CProfileViewerInternals::NavigateTree ( int  id)

Definition at line 109 of file ProfileViewer.cpp.

const CProfileViewerInternals& CProfileViewerInternals::operator= ( const CProfileViewerInternals rhs)
private
void CProfileViewerInternals::TableIsDeleted ( AbstractProfileTable table)

Helper functions.

Definition at line 88 of file ProfileViewer.cpp.

Member Data Documentation

std::ofstream CProfileViewerInternals::outputStream

File for saved profile output (reset when the game is restarted)

Definition at line 62 of file ProfileViewer.cpp.

std::vector<AbstractProfileTable*> CProfileViewerInternals::path

Path from a root table (path[0]) to the currently visible table (path[size-1])

Definition at line 55 of file ProfileViewer.cpp.

bool CProfileViewerInternals::profileVisible

Whether the profiling display is currently visible.

Definition at line 49 of file ProfileViewer.cpp.

std::vector<AbstractProfileTable*> CProfileViewerInternals::rootTables

List of root tables.

Definition at line 52 of file ProfileViewer.cpp.


The documentation for this struct was generated from the following file: