#include <ostream.h>
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 2001 Authors: Jelle Kok and Remco de Boer Created: 28/11/2000 Last Revision: 06/02/2002 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.
Definition in file GenericValues.h.
|
This enumeration contains all generic values used throughout the code. Definition at line 53 of file GenericValues.h. Referenced by GenericValues::addSetting(), and GenericValueT::GenericValueT(). |