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

GenericValues.h File Reference

#include <ostream.h>

Include dependency graph for GenericValues.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  GenericValues
class  GenericValueT

Enumerations

enum  GenericValueKind { GENERIC_VALUE_DOUBLE = 0, GENERIC_VALUE_STRING = 1, GENERIC_VALUE_BOOLEAN = 2, GENERIC_VALUE_INTEGER = 3 }


Detailed Description

File:          GenericValues.h
Project:       Robocup Soccer Simulation Team: UvA Trilearn
Authors:       Jelle Kok
Created:       28/11/2000
Last Revision: $ID$
Contents:      Header file for classes GenericValueT and GenericValues.
               The class GenericValueT contains a pointer to a variable
               of a generic type (double, char*, bool, int). This pointer
               is associated with a string. The class GenericValues
               contains a collection of GenericValueT objects. All the
               member data and member method declarations for both
               classes can be found in this file.

Changes

Date Author Comment 28/11/2000 Jelle Kok Initial version created (based on Emiel Corten) 30/12/2000 Jelle Kok Initial documentation written 09/05/2001 Remco de Boer Version including full documentation completed

Definition in file GenericValues.h.


Enumeration Type Documentation

enum GenericValueKind
 

This enumeration contains all generic values used throughout the code.

Definition at line 60 of file GenericValues.h.

Referenced by GenericValues::addSetting(), and GenericValueT::GenericValueT().


Generated on Tue Jul 2 10:19:00 2002 for UvA Trilearn 2002 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001