#include "GenericValues.h"#include "Parse.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <fstream>Include dependency graph for GenericValues.cpp:

Go to the source code of this file.
File: GenericValues.cpp
Project: Robocup Soccer Simulation Team: UvA Trilearn
Authors: Jelle Kok
Created: 28/11/2000
Last Revision: $ID$
Contents: Code 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. The member
method implementations 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 21/05/2001 Remco de Boer Version including full documentation completed
Definition in file GenericValues.cpp.
1.2.12 written by Dimitri van Heesch,
© 1997-2001