Adonthell  0.4
quest Class Reference
Inheritance diagram for quest:
Collaboration diagram for quest:

Public Member Functions

void load (igzstream &)
void save (ogzstream &)
- Public Member Functions inherited from storage
 storage ()
 Default constructor.
 ~storage ()
 Destructor.
void set_val (string key, s_int32 value)
 Sets key to value.
s_int32 get_val (string key)
 Returns the value of a key.
pair< string, s_int32next ()
 Returns the next (key, value) pair of the storage.
s_int32operator[] (string key)
 Returns the value of a key.
iterator begin ()
 Returns an iterator to the beginning of the storage.
iterator end ()
 Returns an iterator to the end of the storage.
u_int32 size () const
 Returns the size (number of elements) of the storage.

Public Attributes

string name

Additional Inherited Members

- Public Types inherited from storage
typedef hash_map< string,
s_int32 >::iterator 
iterator
 Storage iterator, similar to STL iterator.

Detailed Description

Definition at line 23 of file quest.h.


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