RexxVariableDictionary.hpp File Reference
#include "RexxVariable.hpp"
#include "StemClass.hpp"
#include "RexxHashTable.hpp"
Include dependency graph for RexxVariableDictionary.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RexxVariableDictionary
 

Macros

#define DEFAULT_OBJECT_DICTIONARY_SIZE   7
 

Functions

RexxVariableDictionarynew_variableDictionary (size_t s)
 
RexxVariableDictionarynew_objectVariableDictionary (RexxObject *s)
 

Macro Definition Documentation

◆ DEFAULT_OBJECT_DICTIONARY_SIZE

#define DEFAULT_OBJECT_DICTIONARY_SIZE   7

Definition at line 53 of file RexxVariableDictionary.hpp.

Function Documentation

◆ new_objectVariableDictionary()

RexxVariableDictionary* new_objectVariableDictionary ( RexxObject s)
inline

◆ new_variableDictionary()

RexxVariableDictionary* new_variableDictionary ( size_t  s)
inline