#include <DatabaseRecord.h>
Definition at line 9 of file DatabaseRecord.h.
◆ DatabaseRecord()
DatabaseRecord::DatabaseRecord |
( |
| ) |
|
|
inline |
◆ ~DatabaseRecord()
DatabaseRecord::~DatabaseRecord |
( |
| ) |
|
|
inline |
◆ clear()
void DatabaseRecord::clear |
( |
| ) |
|
|
inline |
◆ DeleteObject()
void DatabaseRecord::DeleteObject |
( |
| ) |
|
|
inline |
Definition at line 23 of file DatabaseRecord.h.
24 {
25 DatabaseRecord::iterator it;
26 for(it=this->begin(); it != this->end(); it++)
27 {
28 if((*it).second!=
NULL)
29 {
30 delete[] (*it).second;
32 }
33 }
34 erase(this->begin(),this->end());
35 }
Referenced by clear(), and ~DatabaseRecord().
◆ GetDouble()
double DatabaseRecord::GetDouble |
( |
std::string |
key | ) |
|
|
inline |
◆ GetInt()
int DatabaseRecord::GetInt |
( |
std::string |
key | ) |
|
|
inline |
◆ GetLong()
long DatabaseRecord::GetLong |
( |
std::string |
key | ) |
|
|
inline |
◆ GetString()
std::string DatabaseRecord::GetString |
( |
std::string |
key | ) |
|
|
inline |
The documentation for this class was generated from the following file: