PikaScript
List of all members
Pika::Script< Config >::STLVariables Class Reference

STLVariables is the reference implementation of a variable space. More...

#include <PikaScript.h>

Inheritance diagram for Pika::Script< Config >::STLVariables:
Inheritance graph
[legend]
Collaboration diagram for Pika::Script< Config >::STLVariables:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Pika::Script< Config >::Variables
virtual ~Variables ()
 Destructor. More...
 
virtual ~Variables ()
 Destructor. More...
 

Detailed Description

template<class Config>
class Pika::Script< Config >::STLVariables

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.


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