#include <Store3.h>
Public Member Functions | |
virtual GDataPropI & | operator= (GDataPropI &p) |
Copy all the values from 'p' over to this object. | |
virtual char * | GetStr (int id) |
Gets a string property. | |
virtual bool | SetStr (int id, const char *str) |
virtual int | GetInt (int id) |
Gets an integer property. | |
virtual bool | SetInt (int id, int i) |
Sets an interger property. | |
virtual GDateTime * | GetDate (int id) |
Gets a date property. | |
virtual bool | SetDate (int id, GDateTime *i) |
Sets a date property. | |
virtual GDataPropI * | GetObj (int id) |
Gets a sub object pointer. | |
virtual GDataIt | GetList (int id) |
Gets an iterator interface to a list of sub-objects. | |
virtual bool | SetMime (GAutoPtr< GMime > m) |
Set the mime segments. |
virtual bool GDataPropI::SetStr | ( | int | id, | |
const char * | str | |||
) | [inline, virtual] |
Sets a string property, it will make a copy of the string, so you still retain ownership of the string you're passing in.