Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
Dictionary::Entry Struct Reference

#include <consoleDictionary.h>

Public Types

enum  { TypeInternalInt = -3, TypeInternalFloat = -2, TypeInternalString = -1 }
 

Public Member Functions

 Entry (StringTableEntry name)
 
 ~Entry ()
 
U32 getIntValue ()
 
F32 getFloatValue ()
 
const char * getStringValue ()
 
void setIntValue (U32 val)
 
void setFloatValue (F32 val)
 
void setStringValue (const char *value)
 

Public Attributes

StringTableEntry name
 
EntrynextEntry
 
S32 type
 
char * sval
 
U32 ival
 
F32 fval
 
U32 bufferLen
 
void * dataPtr
 

Member Enumeration Documentation

anonymous enum
Enumerator
TypeInternalInt 
TypeInternalFloat 
TypeInternalString 

Constructor & Destructor Documentation

Entry ( StringTableEntry  name)
~Entry ( )

Member Function Documentation

F32 getFloatValue ( )
inline
U32 getIntValue ( )
inline
const char* getStringValue ( )
inline
void setFloatValue ( F32  val)
inline
void setIntValue ( U32  val)
inline
void setStringValue ( const char *  value)

Member Data Documentation

U32 bufferLen
void* dataPtr
F32 fval
U32 ival
StringTableEntry name
Entry* nextEntry
char* sval
S32 type

The documentation for this struct was generated from the following files: