#include "GenericValues.h"
#include "Parse.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <fstream.h>
Include dependency graph for GenericValues.C:
Go to the source code of this file.
File: GenericValues.C Project: Robocup Soccer Simulation Team: UvA Trilearn 2001 Authors: Jelle Kok and Remco de Boer Created: 28/11/2000 Last Revision: 06/01/2002 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.
Definition in file GenericValues.C.