#include <MsdFile.h>
Public Member Functions | |
virtual | ~MsdFile () |
bool | ReadFile (CString sFilePath) |
CString | GetError () const |
unsigned | GetNumValues () const |
unsigned | GetNumParams (unsigned val) const |
const value_t & | GetValue (unsigned val) const |
CString | GetParam (unsigned val, unsigned par) const |
Private Member Functions | |
void | ReadBuf (char *buf, int len) |
void | AddParam (char *buf, int len) |
void | AddValue () |
Private Attributes | |
vector< value_t > | values |
CString | error |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|