src/GenericValues.h File Reference

#include <iostream>

Include dependency graph for GenericValues.h:

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

Go to the source code of this file.

Data Structures

class  GenericValueT
class  GenericValues

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 (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.

Enumerator:
GENERIC_VALUE_DOUBLE 
GENERIC_VALUE_STRING 
GENERIC_VALUE_BOOLEAN 
GENERIC_VALUE_INTEGER 

Definition at line 63 of file GenericValues.h.


Generated on Thu Apr 26 22:45:29 2007 for GangOfSix(GOS)-RoboCupTeamProject by  doxygen 1.5.1-p1