10#ifndef __RTDictionary_h__
11#define __RTDictionary_h__ included
17#ifndef __RTAssociation_h__
18#include <RTAssociation.h>
37 RTS_INLINE
unsigned size(
void )
const;
39 int atPut(
const char * key,
void * value );
41 int remove(
const char * key );
42 void * operator[](
const char * key )
const;
44 static unsigned hash(
const char *,
unsigned );
55 RTS_INLINE
void reset(
void );
62#include <RTDictionary.inl>
Definition: RTDictionary.h:47
Definition: RTDictionary.h:22
Definition: RTAssociation.h:22