#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.
Compounds | |
class | GenericValues |
class | GenericValueT |
Enumerations | |
enum | GenericValueKind { GENERIC_VALUE_DOUBLE = 0, GENERIC_VALUE_STRING = 1, GENERIC_VALUE_BOOLEAN = 2, GENERIC_VALUE_INTEGER = 3 } |
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.
|
This enumeration contains all generic values used throughout the code.
Definition at line 63 of file GenericValues.h. Referenced by GenericValues::addSetting(), and GenericValueT::GenericValueT(). |