sbPropertyData Struct Reference

#include <sbLocalDatabaseResourcePropertyBag.h>

Public Member Functions

 sbPropertyData (const nsAString &aValue, const nsAString &aSearchableValue, const nsAString &aSortableValue)
 

Public Attributes

nsString value
 
nsString searchableValue
 
nsString sortableValue
 

Detailed Description

This holds the data for a property. The data is composed of three values: the actual property value, the sortable value (eg, collation data for strings), and the searchable value (eg, lowercased strings)

Definition at line 100 of file sbLocalDatabaseResourcePropertyBag.h.

Constructor & Destructor Documentation

sbPropertyData::sbPropertyData ( const nsAString &  aValue,
const nsAString &  aSearchableValue,
const nsAString &  aSortableValue 
)
inline

Definition at line 102 of file sbLocalDatabaseResourcePropertyBag.h.

Member Data Documentation

nsString sbPropertyData::searchableValue

Definition at line 110 of file sbLocalDatabaseResourcePropertyBag.h.

nsString sbPropertyData::sortableValue

Definition at line 111 of file sbLocalDatabaseResourcePropertyBag.h.

nsString sbPropertyData::value

Definition at line 108 of file sbLocalDatabaseResourcePropertyBag.h.


The documentation for this struct was generated from the following file: