#include <sbPropertyArray.h>
Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_NSIARRAY NS_DECL_NSICLASSINFO NS_DECL_NSIMUTABLEARRAY NS_DECL_NSISERIALIZABLE NS_DECL_SBIPROPERTYARRAY NS_DECL_SBIMUTABLEPROPERTYARRAY | sbPropertyArray () |
| ~sbPropertyArray () | |
| nsresult | Init () |
Public Member Functions inherited from sbIMutablePropertyArray | |
| void | appendProperty (in AString aID, in AString aValue) |
| void | appendProperties (in sbIPropertyArray aPropertyArray, in boolean aSkipDuplicates) |
Public Member Functions inherited from sbIPropertyArray | |
| sbIProperty | getPropertyAt (in unsigned long aIndex) |
| AString | getPropertyValue (in AString aID) |
| AString | toString () |
Additional Inherited Members | |
Public Attributes inherited from sbIMutablePropertyArray | |
| attribute boolean | strict |
Public Attributes inherited from sbIPropertyArray | |
| readonly attribute boolean | validated |
Definition at line 43 of file sbPropertyArray.h.
| NS_DECL_ISUPPORTS NS_DECL_NSIARRAY NS_DECL_NSICLASSINFO NS_DECL_NSIMUTABLEARRAY NS_DECL_NSISERIALIZABLE NS_DECL_SBIPROPERTYARRAY NS_DECL_SBIMUTABLEPROPERTYARRAY sbPropertyArray::sbPropertyArray | ( | ) |
| sbPropertyArray::~sbPropertyArray | ( | ) |
Definition at line 73 of file sbPropertyArray.cpp.
| nsresult sbPropertyArray::Init | ( | ) |
Definition at line 81 of file sbPropertyArray.cpp.