Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | Related Pages

ConfigValue Class Reference

#include <config.h>

Collaboration diagram for ConfigValue:

Collaboration graph
[legend]
List of all members.

Detailed Description

Configuration data for a single key.

Author:
Mattias Jansson (mattias@realityrift.com)


Public Member Functions

 ConfigValue ()

Public Attributes

HashString m_strValue
int m_iValue
float m_fValue
bool m_bValue


Constructor & Destructor Documentation

ConfigValue  )  [inline]
 

Initialize values to default ( string: "[NA]", int: 0, float: 0.0f, boolean: false )


Member Data Documentation

HashString m_strValue
 

String value

int m_iValue
 

Integer value

float m_fValue
 

Float value

bool m_bValue
 

Boolean value


The documentation for this class was generated from the following file:
Generated on Wed Jan 21 14:21:10 2004 for NeoEngine by doxygen 1.3.5