vpr::DebugCategory Struct Reference

Container for load-time extension of the debugging categories. More...

#include <vpr/Util/Debug.h>

Collaboration diagram for vpr::DebugCategory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Container for load-time extension of the debugging categories.

Definition at line 200 of file Debug.h.


Constructor & Destructor Documentation

vpr::DebugCategory::DebugCategory ( const vpr::GUID guid,
const std::string &  name,
const std::string &  prefix 
) [inline]

Definition at line 202 of file Debug.h.

00204          : mGuid(guid)
00205          , mName(name)
00206          , mPrefix(prefix)
00207       {
00208          /* Do nothing. */ ;
00209       }


Member Data Documentation

vpr::GUID vpr::DebugCategory::mGuid

Definition at line 211 of file Debug.h.

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

std::string vpr::DebugCategory::mName

Definition at line 212 of file Debug.h.

Referenced by vpr::Debug::addCategory().

std::string vpr::DebugCategory::mPrefix

Definition at line 213 of file Debug.h.

Referenced by vpr::Debug::addCategory().


The documentation for this struct was generated from the following file:
Generated on Thu Jan 4 10:56:02 2007 for VR Juggler Portable Runtime by  doxygen 1.5.1