Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cScpEntry Class Reference

#include <scp_parser.h>

List of all members.

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


Constructor & Destructor Documentation

cScpEntry::cScpEntry char *    szStringToParse [explicit]
 

Constructs a new cScpEntry object parsing a string.

Author:
Xanathar
Parameters:
szStringToParse  the string to be parsed
Todo:
change it to use dynamic constants!!


Member Function Documentation

std::string cScpEntry::getFullLine  
 

Gets a full line.

Author:
Xanathar

std::string cScpEntry::getParam1  
 

Gets the prefix of a splitted line.

Author:
Xanathar

std::string cScpEntry::getParam2  
 

Gets the rest of a splitted string.

Author:
Xanathar


Member Data Documentation

std::string cScpEntry::m_strFullLine [private]
 

std::string cScpEntry::m_strParam1 [private]
 

std::string cScpEntry::m_strParam2 [private]
 


The documentation for this class was generated from the following files: SourceForge.net Logo