PikaScript
|
STLVariables is the reference implementation of a variable space. More...
#include <PikaScript.h>
Additional Inherited Members | |
Public Member Functions inherited from Pika::Script< Config >::Variables | |
virtual | ~Variables () |
Destructor. More... | |
virtual | ~Variables () |
Destructor. More... | |
STLVariables is the reference implementation of a variable space.
It simply uses two std::map's for the PikaScript variables and the natives respectively. All registered natives are deleted on the destruction of this class.
See Variables for descriptions on the overloaded member functions in this class.
Definition at line 435 of file PikaScript.h.