Public Types | Static Public Member Functions

mozilla::storage::variant_integer_traits< DataType > Struct Template Reference

#include <Variant.h>

List of all members.

Public Types

typedef variant_storage_traits
< DataType >::StorageType 
StorageType

Static Public Member Functions

static nsresult asInt32 (StorageType, PRInt32 *)
static nsresult asInt64 (StorageType, PRInt64 *)

template<typename DataType>
struct mozilla::storage::variant_integer_traits< DataType >


Member Typedef Documentation

template<typename DataType >
typedef variant_storage_traits<DataType>::StorageType mozilla::storage::variant_integer_traits< DataType >::StorageType

Member Function Documentation

template<typename DataType >
static nsresult mozilla::storage::variant_integer_traits< DataType >::asInt32 ( StorageType  ,
PRInt32 *   
) [inline, static]
template<typename DataType >
static nsresult mozilla::storage::variant_integer_traits< DataType >::asInt64 ( StorageType  ,
PRInt64  
) [inline, static]

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