Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

vpr::DebugCategory Struct Reference

#include <Debug.h>

Collaboration diagram for vpr::DebugCategory:

Collaboration graph
[legend]
List of all members.

Public Methods

 DebugCategory (vpr::GUID guid, std::string name, std::string prefix)

Public Attributes

vpr::GUID mGuid
std::string mName
std::string mPrefix

Constructor & Destructor Documentation

vpr::DebugCategory::DebugCategory vpr::GUID    guid,
std::string    name,
std::string    prefix
[inline]
 

Definition at line 200 of file Debug.h.

References mGuid, mName, and mPrefix.

00201       {
00202          mGuid = guid;
00203          mName = name;
00204          mPrefix = prefix;
00205       }


Member Data Documentation

vpr::GUID vpr::DebugCategory::mGuid
 

Definition at line 207 of file Debug.h.

Referenced by vpr::Debug::addCategory, DebugCategory, vpr::Debug::getStream, vpr::Debug::isCategoryAllowed, and vpr::Debug::updateAllowedCategories.

std::string vpr::DebugCategory::mName
 

Definition at line 208 of file Debug.h.

Referenced by vpr::Debug::addCategory, and DebugCategory.

std::string vpr::DebugCategory::mPrefix
 

Definition at line 209 of file Debug.h.

Referenced by vpr::Debug::addCategory, and DebugCategory.


The documentation for this struct was generated from the following file:
Generated on Sun May 2 14:47:15 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002