#include <scp_parser.h>
Public Methods | |
| cScpEntry (char *szStringToParse) | |
| Constructs a new cScpEntry object parsing a string. | |
| std::string | getFullLine () |
| Gets a full line. | |
| std::string | getParam1 () |
| Gets the prefix of a splitted line. | |
| std::string | getParam2 () |
| Gets the rest of a splitted string. | |
Private Attributes | |
| std::string | m_strFullLine |
| std::string | m_strParam1 |
| std::string | m_strParam2 |
|
|
Constructs a new cScpEntry object parsing a string.
|
|
|
Gets a full line.
|
|
|
Gets the prefix of a splitted line.
|
|
|
Gets the rest of a splitted string.
|
|
|
|
|
|
|
|
|
|