#include <BasicPreferences.h>
Inheritance diagram for BPOptionCA:

Public Member Functions | |
| BPOptionCA (string sID, string sRegisteringModule, string sDescriptionShort, string sDescriptionLong, const char *pA, long nArrayLength, bool fCopyData=TRUE) | |
| constructor | |
| ~BPOptionCA () | |
| destructor | |
| const char * | GetValue (long &nArrayLength) |
| void | SetValue (const char *pA, long nArrayLength, bool fCopyData=TRUE) |
Protected Attributes | |
| char * | m_pData |
| int | m_nLength |
| bool | m_fCopy |
| BPOptionCA::BPOptionCA | ( | string | sID, | |
| string | sRegisteringModule, | |||
| string | sDescriptionShort, | |||
| string | sDescriptionLong, | |||
| const char * | pA, | |||
| long | nArrayLength, | |||
| bool | fCopyData = TRUE | |||
| ) |
constructor
| BPOptionCA::~BPOptionCA | ( | ) |
destructor
| const char * BPOptionCA::GetValue | ( | long & | nArrayLength | ) |
| void BPOptionCA::SetValue | ( | const char * | pA, | |
| long | nArrayLength, | |||
| bool | fCopyData = TRUE | |||
| ) |
bool BPOptionCA::m_fCopy [protected] |
int BPOptionCA::m_nLength [protected] |
char* BPOptionCA::m_pData [protected] |
1.4.7