aiwvariant.h File Reference

API published in: S60 3rd Ed FP 2

Link against: servicehandler.lib


#include <e32std.h>
#include <s32strm.h>
#include <f32file.h>
#include "aiwvarianttype.hrh"
#include "aiwvariant.inl"

Go to the source code of this file.


Data Structures

class   TAiwVariant
  Variant data class to hold a value of a TAiwGenericParam instance. More...
struct   TAiwVariant::SInt64
  POD storage for a 64-bit integer.
union   TAiwVariant::UData

Functions

IMPORT_C TBool  operator== (const TAiwVariant &aLhs, const TAiwVariant &aRhs)
  Returns ETrue if two variants are equal.
TBool  operator!= (const TAiwVariant &aLhs, const TAiwVariant &aRhs)
  Returns ETrue if two variants are not equal.
void  Dump (const TAiwVariant &aVariant)
  Dumps the contents of aVariant to debug output.

Function Documentation

void Dump const TAiwVariant aVariant  ) 
 

Dumps the contents of aVariant to debug output.

Available only in debug builds.

Parameters:
aVariant  The object to be dumped.
TBool operator!= const TAiwVariant aLhs,
const TAiwVariant aRhs
[inline]
 

Returns ETrue if two variants are not equal.

Parameters:
aLhs  Left hand side.
aRhs  Right hand side.
Returns:
ETrue if not equal, EFalse otherwise.
IMPORT_C TBool operator== const TAiwVariant aLhs,
const TAiwVariant aRhs
 

Returns ETrue if two variants are equal.

Parameters:
aLhs  Left hand side.
aRhs  Right hand side.
Returns:
ETrue if equal, EFalse otherwise.

Copyright © Nokia Corporation 2001-2008
Back to top