#include <sbIPropertyInfo.h>
#include <sbIPropertyArray.h>
#include "sbPropertyUnitConverter.h"
#include <nsCOMPtr.h>
#include <nsIURI.h>
#include <nsStringGlue.h>
#include <nsCOMArray.h>
#include "sbPropertyOperator.h"
#include <sbWeakReference.h>
Go to the source code of this file.
#define NS_FORWARD_SBIPROPERTYINFO_MAKESORTABLE |
( |
|
_to | ) |
NS_IMETHOD MakeSortable(const nsAString &aValue, nsAString &retVal) { return _to MakeSortable(aValue, retVal); } |
#define NS_FORWARD_SBIPROPERTYINFO_NOSPECIFICS |
( |
|
_to | ) |
|
#define NS_FORWARD_SBIPROPERTYINFO_STDPROP |
( |
|
_to | ) |
|
Value:
#define NS_FORWARD_SBIPROPERTYINFO_MAKESORTABLE(_to)
#define NS_FORWARD_SBIPROPERTYINFO_NOSPECIFICS(_to)
Definition at line 91 of file sbPropertyInfo.h.
#define SB_IPROPERTYINFO_CAST |
( |
|
__unambiguousBase, |
|
|
|
__expr |
|
) |
| static_cast<sbIPropertyInfo*>(static_cast<__unambiguousBase>(__expr)) |