Profile Class Reference

#include <resource_manager.h>

Collaboration diagram for Profile:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Profile ()
 ~Profile ()

Public Attributes

XmlReaderdoc
std::string filename
std::string relative_path

Detailed Description

Definition at line 35 of file resource_manager.h.


Constructor & Destructor Documentation

Profile::Profile (  ) 

Definition at line 37 of file resource_manager.cpp.

00038 {
00039    doc = NULL;
00040 }

Profile::~Profile (  ) 

Definition at line 42 of file resource_manager.cpp.

00043 {
00044   if (doc != NULL) delete doc;
00045 }


Member Data Documentation

XmlReader* Profile::doc

Definition at line 38 of file resource_manager.h.

std::string Profile::filename

Definition at line 39 of file resource_manager.h.

std::string Profile::relative_path

Definition at line 40 of file resource_manager.h.


The documentation for this class was generated from the following files:
Generated on Mon Jan 1 14:11:15 2007 for Wormux by  doxygen 1.4.7