Data Structures

script_list.hpp File Reference

A list which can keep item/value pairs, which you can walk. More...

#include "script_object.hpp"
#include <map>
#include <set>

Go to the source code of this file.

Data Structures

class  ScriptList
 Class that creates a list which can keep item/value pairs, which you can walk. More...

Detailed Description

A list which can keep item/value pairs, which you can walk.

Definition in file script_list.hpp.