Torque2D Reference
Loading...
Searching...
No Matches
SimNameDictionary Class Reference

#include <simDictionary.h>

Public Member Functions

void insert (SimObject *obj)
void remove (SimObject *obj)
SimObjectfind (StringTableEntry name)
 SimNameDictionary ()
 ~SimNameDictionary ()

Detailed Description

Map of names to SimObjects

Provides fast lookup for name->object and for fast removal of an object given object*

Constructor & Destructor Documentation

◆ SimNameDictionary()

◆ ~SimNameDictionary()

Member Function Documentation

◆ find()

SimObject * find ( StringTableEntry name)

◆ insert()

void insert ( SimObject * obj)

◆ remove()

void remove ( SimObject * obj)

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