sbPropertyInfo.h File Reference
#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>
Include dependency graph for sbPropertyInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbPropertyInfo
 

Macros

#define NS_FORWARD_SBIPROPERTYINFO_NOSPECIFICS(_to)
 
#define NS_FORWARD_SBIPROPERTYINFO_MAKESORTABLE(_to)   NS_IMETHOD MakeSortable(const nsAString &aValue, nsAString &retVal) { return _to MakeSortable(aValue, retVal); }
 
#define NS_FORWARD_SBIPROPERTYINFO_STDPROP(_to)
 
#define SB_IPROPERTYINFO_CAST(__unambiguousBase, __expr)   static_cast<sbIPropertyInfo*>(static_cast<__unambiguousBase>(__expr))
 

Macro Definition Documentation

#define NS_FORWARD_SBIPROPERTYINFO_MAKESORTABLE (   _to)    NS_IMETHOD MakeSortable(const nsAString &aValue, nsAString &retVal) { return _to MakeSortable(aValue, retVal); }

Definition at line 88 of file sbPropertyInfo.h.

#define NS_FORWARD_SBIPROPERTYINFO_NOSPECIFICS (   _to)

Definition at line 43 of file sbPropertyInfo.h.

#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))

Definition at line 95 of file sbPropertyInfo.h.