Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

AProfilerBlock Class Reference

#include <ATypes.h>

List of all members.

Public Methods

 AProfilerBlock (string s)
 ~AProfilerBlock ()

Protected Attributes

string m_str


Constructor & Destructor Documentation

AProfilerBlock::AProfilerBlock string    s [inline]
 

Definition at line 189 of file ATypes.h.

References m_str, and profiler_begin().

00189 { profiler_begin(s); m_str=s; }

AProfilerBlock::~AProfilerBlock   [inline]
 

Definition at line 190 of file ATypes.h.

References profiler_end().

00190 { profiler_end(m_str); }


Member Data Documentation

string AProfilerBlock::m_str [protected]
 

Definition at line 192 of file ATypes.h.

Referenced by AProfilerBlock().


The documentation for this class was generated from the following file:
Generated on Wed Apr 23 05:51:59 2003 for Modern Warfare by doxygen1.3-rc2