#include <scp_parser.h>
Public Methods | |
| cScpIterator (cScpSection *section) | |
| Creates a new iterator for a given section. | |
| cScpIterator (cScpSection §ion) | |
| Creates a new iterator for a given section. | |
| ~cScpIterator () | |
| void | parseLine (std::string &strParam1, std::string &strParam2) |
| Parses a splitted script line in two strings. | |
| void | parseLine (char *szParam1, char *szParam2) |
| Parses a splitted script line in two char*s. | |
| cScpEntry * | getEntry () |
| Gets a cScpEntry object from the section. | |
| void | rewind () |
| Rewinds the iterator to its first position. | |
Private Attributes | |
| int | m_nPosition |
| cScpSection * | m_section |
|
|
Creates a new iterator for a given section.
|
|
|
Creates a new iterator for a given section.
|
|
|
|
|
|
Gets a cScpEntry object from the section.
|
|
||||||||||||
|
Parses a splitted script line in two char*s.
|
|
||||||||||||
|
Parses a splitted script line in two strings.
|
|
|
Rewinds the iterator to its first position.
|
|
|
|
|
|
|